#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 203
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 83
#define ALIAS_COUNT 1
#define TOKEN_COUNT 57
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 0
#define MAX_ALIAS_SEQUENCE_LENGTH 10
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 6
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
sym_command_name = 1,
aux_sym_program_token1 = 2,
anon_sym_AT = 3,
aux_sym_echo_off_token1 = 4,
aux_sym_echo_off_token2 = 5,
aux_sym_echo_off_token3 = 6,
sym_comment = 7,
aux_sym_label_token1 = 8,
aux_sym_variable_assignment_token1 = 9,
aux_sym_variable_assignment_token2 = 10,
aux_sym_variable_assignment_token3 = 11,
anon_sym_DQUOTE = 12,
aux_sym_variable_assignment_token4 = 13,
anon_sym_EQ = 14,
aux_sym_variable_assignment_token5 = 15,
aux_sym_variable_assignment_token6 = 16,
aux_sym_if_stmt_token1 = 17,
aux_sym_if_stmt_token2 = 18,
aux_sym_if_stmt_token3 = 19,
aux_sym_if_stmt_token4 = 20,
aux_sym_if_stmt_token5 = 21,
aux_sym_else_clause_token1 = 22,
sym_comparison_op = 23,
aux_sym_goto_stmt_token1 = 24,
aux_sym_goto_stmt_token2 = 25,
aux_sym_goto_stmt_token3 = 26,
aux_sym_call_stmt_token1 = 27,
aux_sym_exit_stmt_token1 = 28,
aux_sym_exit_stmt_token2 = 29,
aux_sym_setlocal_stmt_token1 = 30,
aux_sym_setlocal_stmt_token2 = 31,
aux_sym_setlocal_stmt_token3 = 32,
aux_sym_setlocal_stmt_token4 = 33,
aux_sym_setlocal_stmt_token5 = 34,
aux_sym_endlocal_stmt_token1 = 35,
aux_sym_for_stmt_token1 = 36,
aux_sym_for_stmt_token2 = 37,
anon_sym_LPAREN = 38,
anon_sym_RPAREN = 39,
aux_sym_for_stmt_token3 = 40,
sym_for_options = 41,
sym_for_variable = 42,
sym_for_set = 43,
aux_sym_redirection_token1 = 44,
sym_fd_redirect = 45,
sym_redirect_op = 46,
sym_redirect_target = 47,
anon_sym_PIPE = 48,
anon_sym_AMP_AMP = 49,
anon_sym_PIPE_PIPE = 50,
anon_sym_AMP = 51,
sym_variable_reference = 52,
sym_string = 53,
sym_command_option = 54,
sym_argument_value = 55,
sym_integer = 56,
sym_program = 57,
sym__stmt = 58,
sym_echo_off = 59,
sym_label = 60,
sym_variable_assignment = 61,
sym_if_stmt = 62,
sym_else_clause = 63,
sym_goto_stmt = 64,
sym_call_stmt = 65,
sym_exit_stmt = 66,
sym_setlocal_stmt = 67,
sym_endlocal_stmt = 68,
sym_for_stmt = 69,
sym_parenthesized = 70,
sym_redirect_stmt = 71,
sym_redirection = 72,
sym_pipe_stmt = 73,
sym_cond_exec = 74,
sym_command_sep = 75,
sym_cmd = 76,
sym_argument_list = 77,
sym__arg = 78,
sym_paren_expression = 79,
aux_sym_program_repeat1 = 80,
aux_sym_redirection_repeat1 = 81,
aux_sym_argument_list_repeat1 = 82,
alias_sym_variable_name = 83,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_command_name] = "command_name",
[aux_sym_program_token1] = "program_token1",
[anon_sym_AT] = "@",
[aux_sym_echo_off_token1] = "echo_off_token1",
[aux_sym_echo_off_token2] = "echo_off_token2",
[aux_sym_echo_off_token3] = "echo_off_token3",
[sym_comment] = "comment",
[aux_sym_label_token1] = "label_token1",
[aux_sym_variable_assignment_token1] = "set_keyword",
[aux_sym_variable_assignment_token2] = "variable_assignment_token2",
[aux_sym_variable_assignment_token3] = "set_option",
[anon_sym_DQUOTE] = "\"",
[aux_sym_variable_assignment_token4] = "variable_assignment_token4",
[anon_sym_EQ] = "=",
[aux_sym_variable_assignment_token5] = "assignment_value",
[aux_sym_variable_assignment_token6] = "assignment_value",
[aux_sym_if_stmt_token1] = "if_stmt_token1",
[aux_sym_if_stmt_token2] = "if_stmt_token2",
[aux_sym_if_stmt_token3] = "if_stmt_token3",
[aux_sym_if_stmt_token4] = "if_stmt_token4",
[aux_sym_if_stmt_token5] = "if_stmt_token5",
[aux_sym_else_clause_token1] = "else_clause_token1",
[sym_comparison_op] = "comparison_op",
[aux_sym_goto_stmt_token1] = "goto_stmt_token1",
[aux_sym_goto_stmt_token2] = "goto_stmt_token2",
[aux_sym_goto_stmt_token3] = "goto_stmt_token3",
[aux_sym_call_stmt_token1] = "call_stmt_token1",
[aux_sym_exit_stmt_token1] = "exit_stmt_token1",
[aux_sym_exit_stmt_token2] = "exit_stmt_token2",
[aux_sym_setlocal_stmt_token1] = "setlocal_stmt_token1",
[aux_sym_setlocal_stmt_token2] = "setlocal_stmt_token2",
[aux_sym_setlocal_stmt_token3] = "setlocal_stmt_token3",
[aux_sym_setlocal_stmt_token4] = "setlocal_stmt_token4",
[aux_sym_setlocal_stmt_token5] = "setlocal_stmt_token5",
[aux_sym_endlocal_stmt_token1] = "endlocal_stmt_token1",
[aux_sym_for_stmt_token1] = "for_stmt_token1",
[aux_sym_for_stmt_token2] = "for_stmt_token2",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[aux_sym_for_stmt_token3] = "for_stmt_token3",
[sym_for_options] = "for_options",
[sym_for_variable] = "for_variable",
[sym_for_set] = "for_set",
[aux_sym_redirection_token1] = "redirection_token1",
[sym_fd_redirect] = "fd_redirect",
[sym_redirect_op] = "redirect_op",
[sym_redirect_target] = "redirect_target",
[anon_sym_PIPE] = "|",
[anon_sym_AMP_AMP] = "&&",
[anon_sym_PIPE_PIPE] = "||",
[anon_sym_AMP] = "&",
[sym_variable_reference] = "variable_reference",
[sym_string] = "string",
[sym_command_option] = "command_option",
[sym_argument_value] = "argument_value",
[sym_integer] = "integer",
[sym_program] = "program",
[sym__stmt] = "_stmt",
[sym_echo_off] = "echo_off",
[sym_label] = "label",
[sym_variable_assignment] = "variable_assignment",
[sym_if_stmt] = "if_stmt",
[sym_else_clause] = "else_clause",
[sym_goto_stmt] = "goto_stmt",
[sym_call_stmt] = "call_stmt",
[sym_exit_stmt] = "exit_stmt",
[sym_setlocal_stmt] = "setlocal_stmt",
[sym_endlocal_stmt] = "endlocal_stmt",
[sym_for_stmt] = "for_stmt",
[sym_parenthesized] = "parenthesized",
[sym_redirect_stmt] = "redirect_stmt",
[sym_redirection] = "redirection",
[sym_pipe_stmt] = "pipe_stmt",
[sym_cond_exec] = "cond_exec",
[sym_command_sep] = "command_sep",
[sym_cmd] = "cmd",
[sym_argument_list] = "argument_list",
[sym__arg] = "_arg",
[sym_paren_expression] = "paren_expression",
[aux_sym_program_repeat1] = "program_repeat1",
[aux_sym_redirection_repeat1] = "redirection_repeat1",
[aux_sym_argument_list_repeat1] = "argument_list_repeat1",
[alias_sym_variable_name] = "variable_name",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_command_name] = sym_command_name,
[aux_sym_program_token1] = aux_sym_program_token1,
[anon_sym_AT] = anon_sym_AT,
[aux_sym_echo_off_token1] = aux_sym_echo_off_token1,
[aux_sym_echo_off_token2] = aux_sym_echo_off_token2,
[aux_sym_echo_off_token3] = aux_sym_echo_off_token3,
[sym_comment] = sym_comment,
[aux_sym_label_token1] = aux_sym_label_token1,
[aux_sym_variable_assignment_token1] = aux_sym_variable_assignment_token1,
[aux_sym_variable_assignment_token2] = aux_sym_variable_assignment_token2,
[aux_sym_variable_assignment_token3] = aux_sym_variable_assignment_token3,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[aux_sym_variable_assignment_token4] = aux_sym_variable_assignment_token4,
[anon_sym_EQ] = anon_sym_EQ,
[aux_sym_variable_assignment_token5] = aux_sym_variable_assignment_token5,
[aux_sym_variable_assignment_token6] = aux_sym_variable_assignment_token5,
[aux_sym_if_stmt_token1] = aux_sym_if_stmt_token1,
[aux_sym_if_stmt_token2] = aux_sym_if_stmt_token2,
[aux_sym_if_stmt_token3] = aux_sym_if_stmt_token3,
[aux_sym_if_stmt_token4] = aux_sym_if_stmt_token4,
[aux_sym_if_stmt_token5] = aux_sym_if_stmt_token5,
[aux_sym_else_clause_token1] = aux_sym_else_clause_token1,
[sym_comparison_op] = sym_comparison_op,
[aux_sym_goto_stmt_token1] = aux_sym_goto_stmt_token1,
[aux_sym_goto_stmt_token2] = aux_sym_goto_stmt_token2,
[aux_sym_goto_stmt_token3] = aux_sym_goto_stmt_token3,
[aux_sym_call_stmt_token1] = aux_sym_call_stmt_token1,
[aux_sym_exit_stmt_token1] = aux_sym_exit_stmt_token1,
[aux_sym_exit_stmt_token2] = aux_sym_exit_stmt_token2,
[aux_sym_setlocal_stmt_token1] = aux_sym_setlocal_stmt_token1,
[aux_sym_setlocal_stmt_token2] = aux_sym_setlocal_stmt_token2,
[aux_sym_setlocal_stmt_token3] = aux_sym_setlocal_stmt_token3,
[aux_sym_setlocal_stmt_token4] = aux_sym_setlocal_stmt_token4,
[aux_sym_setlocal_stmt_token5] = aux_sym_setlocal_stmt_token5,
[aux_sym_endlocal_stmt_token1] = aux_sym_endlocal_stmt_token1,
[aux_sym_for_stmt_token1] = aux_sym_for_stmt_token1,
[aux_sym_for_stmt_token2] = aux_sym_for_stmt_token2,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[aux_sym_for_stmt_token3] = aux_sym_for_stmt_token3,
[sym_for_options] = sym_for_options,
[sym_for_variable] = sym_for_variable,
[sym_for_set] = sym_for_set,
[aux_sym_redirection_token1] = aux_sym_redirection_token1,
[sym_fd_redirect] = sym_fd_redirect,
[sym_redirect_op] = sym_redirect_op,
[sym_redirect_target] = sym_redirect_target,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
[anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
[anon_sym_AMP] = anon_sym_AMP,
[sym_variable_reference] = sym_variable_reference,
[sym_string] = sym_string,
[sym_command_option] = sym_command_option,
[sym_argument_value] = sym_argument_value,
[sym_integer] = sym_integer,
[sym_program] = sym_program,
[sym__stmt] = sym__stmt,
[sym_echo_off] = sym_echo_off,
[sym_label] = sym_label,
[sym_variable_assignment] = sym_variable_assignment,
[sym_if_stmt] = sym_if_stmt,
[sym_else_clause] = sym_else_clause,
[sym_goto_stmt] = sym_goto_stmt,
[sym_call_stmt] = sym_call_stmt,
[sym_exit_stmt] = sym_exit_stmt,
[sym_setlocal_stmt] = sym_setlocal_stmt,
[sym_endlocal_stmt] = sym_endlocal_stmt,
[sym_for_stmt] = sym_for_stmt,
[sym_parenthesized] = sym_parenthesized,
[sym_redirect_stmt] = sym_redirect_stmt,
[sym_redirection] = sym_redirection,
[sym_pipe_stmt] = sym_pipe_stmt,
[sym_cond_exec] = sym_cond_exec,
[sym_command_sep] = sym_command_sep,
[sym_cmd] = sym_cmd,
[sym_argument_list] = sym_argument_list,
[sym__arg] = sym__arg,
[sym_paren_expression] = sym_paren_expression,
[aux_sym_program_repeat1] = aux_sym_program_repeat1,
[aux_sym_redirection_repeat1] = aux_sym_redirection_repeat1,
[aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1,
[alias_sym_variable_name] = alias_sym_variable_name,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_command_name] = {
.visible = true,
.named = true,
},
[aux_sym_program_token1] = {
.visible = false,
.named = false,
},
[anon_sym_AT] = {
.visible = true,
.named = false,
},
[aux_sym_echo_off_token1] = {
.visible = false,
.named = false,
},
[aux_sym_echo_off_token2] = {
.visible = false,
.named = false,
},
[aux_sym_echo_off_token3] = {
.visible = false,
.named = false,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[aux_sym_label_token1] = {
.visible = false,
.named = false,
},
[aux_sym_variable_assignment_token1] = {
.visible = true,
.named = true,
},
[aux_sym_variable_assignment_token2] = {
.visible = false,
.named = false,
},
[aux_sym_variable_assignment_token3] = {
.visible = true,
.named = true,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_variable_assignment_token4] = {
.visible = false,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[aux_sym_variable_assignment_token5] = {
.visible = true,
.named = true,
},
[aux_sym_variable_assignment_token6] = {
.visible = true,
.named = true,
},
[aux_sym_if_stmt_token1] = {
.visible = false,
.named = false,
},
[aux_sym_if_stmt_token2] = {
.visible = false,
.named = false,
},
[aux_sym_if_stmt_token3] = {
.visible = false,
.named = false,
},
[aux_sym_if_stmt_token4] = {
.visible = false,
.named = false,
},
[aux_sym_if_stmt_token5] = {
.visible = false,
.named = false,
},
[aux_sym_else_clause_token1] = {
.visible = false,
.named = false,
},
[sym_comparison_op] = {
.visible = true,
.named = true,
},
[aux_sym_goto_stmt_token1] = {
.visible = false,
.named = false,
},
[aux_sym_goto_stmt_token2] = {
.visible = false,
.named = false,
},
[aux_sym_goto_stmt_token3] = {
.visible = false,
.named = false,
},
[aux_sym_call_stmt_token1] = {
.visible = false,
.named = false,
},
[aux_sym_exit_stmt_token1] = {
.visible = false,
.named = false,
},
[aux_sym_exit_stmt_token2] = {
.visible = false,
.named = false,
},
[aux_sym_setlocal_stmt_token1] = {
.visible = false,
.named = false,
},
[aux_sym_setlocal_stmt_token2] = {
.visible = false,
.named = false,
},
[aux_sym_setlocal_stmt_token3] = {
.visible = false,
.named = false,
},
[aux_sym_setlocal_stmt_token4] = {
.visible = false,
.named = false,
},
[aux_sym_setlocal_stmt_token5] = {
.visible = false,
.named = false,
},
[aux_sym_endlocal_stmt_token1] = {
.visible = false,
.named = false,
},
[aux_sym_for_stmt_token1] = {
.visible = false,
.named = false,
},
[aux_sym_for_stmt_token2] = {
.visible = false,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[aux_sym_for_stmt_token3] = {
.visible = false,
.named = false,
},
[sym_for_options] = {
.visible = true,
.named = true,
},
[sym_for_variable] = {
.visible = true,
.named = true,
},
[sym_for_set] = {
.visible = true,
.named = true,
},
[aux_sym_redirection_token1] = {
.visible = false,
.named = false,
},
[sym_fd_redirect] = {
.visible = true,
.named = true,
},
[sym_redirect_op] = {
.visible = true,
.named = true,
},
[sym_redirect_target] = {
.visible = true,
.named = true,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[sym_variable_reference] = {
.visible = true,
.named = true,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym_command_option] = {
.visible = true,
.named = true,
},
[sym_argument_value] = {
.visible = true,
.named = true,
},
[sym_integer] = {
.visible = true,
.named = true,
},
[sym_program] = {
.visible = true,
.named = true,
},
[sym__stmt] = {
.visible = false,
.named = true,
},
[sym_echo_off] = {
.visible = true,
.named = true,
},
[sym_label] = {
.visible = true,
.named = true,
},
[sym_variable_assignment] = {
.visible = true,
.named = true,
},
[sym_if_stmt] = {
.visible = true,
.named = true,
},
[sym_else_clause] = {
.visible = true,
.named = true,
},
[sym_goto_stmt] = {
.visible = true,
.named = true,
},
[sym_call_stmt] = {
.visible = true,
.named = true,
},
[sym_exit_stmt] = {
.visible = true,
.named = true,
},
[sym_setlocal_stmt] = {
.visible = true,
.named = true,
},
[sym_endlocal_stmt] = {
.visible = true,
.named = true,
},
[sym_for_stmt] = {
.visible = true,
.named = true,
},
[sym_parenthesized] = {
.visible = true,
.named = true,
},
[sym_redirect_stmt] = {
.visible = true,
.named = true,
},
[sym_redirection] = {
.visible = true,
.named = true,
},
[sym_pipe_stmt] = {
.visible = true,
.named = true,
},
[sym_cond_exec] = {
.visible = true,
.named = true,
},
[sym_command_sep] = {
.visible = true,
.named = true,
},
[sym_cmd] = {
.visible = true,
.named = true,
},
[sym_argument_list] = {
.visible = true,
.named = true,
},
[sym__arg] = {
.visible = false,
.named = true,
},
[sym_paren_expression] = {
.visible = true,
.named = true,
},
[aux_sym_program_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_redirection_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_argument_list_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_variable_name] = {
.visible = true,
.named = true,
},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[1] = {
[2] = alias_sym_variable_name,
},
[2] = {
[3] = alias_sym_variable_name,
},
[3] = {
[4] = alias_sym_variable_name,
},
[4] = {
[5] = alias_sym_variable_name,
},
[5] = {
[6] = alias_sym_variable_name,
},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 6,
[20] = 8,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 11,
[29] = 10,
[30] = 23,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 35,
[41] = 39,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 13,
[46] = 14,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 76,
[77] = 77,
[78] = 78,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 77,
[85] = 83,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 87,
[96] = 79,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 81,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 80,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 103,
[144] = 82,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 159,
[160] = 160,
[161] = 161,
[162] = 162,
[163] = 163,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 173,
[174] = 174,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 181,
[189] = 189,
[190] = 186,
[191] = 166,
[192] = 178,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 158,
[198] = 173,
[199] = 179,
[200] = 168,
[201] = 201,
[202] = 202,
};
static const TSCharacterRange sym_argument_value_character_set_1[] = {
{0, 0x08}, {0x0e, 0x1f}, {'!', '!'}, {'#', '%'}, {'\'', '\''}, {'*', ';'}, {'=', '='}, {'?', '{'},
{'}', 0x10ffff},
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(54);
ADVANCE_MAP(
'\n', 55,
'\r', 1,
'!', 49,
'"', 66,
'%', 15,
'&', 110,
'(', 84,
')', 85,
'/', 32,
'2', 96,
':', 22,
'<', 100,
'=', 71,
'>', 101,
'@', 57,
'|', 107,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(0);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(67);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(95);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(69);
END_STATE();
case 1:
if (lookahead == '\n') ADVANCE(55);
END_STATE();
case 2:
ADVANCE_MAP(
'\n', 55,
'\r', 1,
'!', 49,
'"', 13,
'%', 19,
'&', 110,
'(', 84,
')', 85,
'/', 119,
'2', 97,
'<', 100,
'>', 101,
'^', 118,
'|', 107,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(2);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(98);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(120);
END_STATE();
case 3:
ADVANCE_MAP(
'\n', 55,
'\r', 1,
'!', 49,
'"', 13,
'%', 19,
'(', 84,
')', 85,
'/', 119,
'^', 118,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(3);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(120);
END_STATE();
case 4:
ADVANCE_MAP(
'\n', 55,
'\r', 1,
'%', 14,
'&', 110,
'(', 84,
')', 85,
'/', 38,
'2', 96,
':', 50,
'<', 100,
'>', 101,
'@', 56,
'|', 107,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(4);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(95);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(115);
END_STATE();
case 5:
if (lookahead == '\n') ADVANCE(55);
if (lookahead == '\r') ADVANCE(1);
if (lookahead == ')') ADVANCE(86);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(74);
if (lookahead != 0) ADVANCE(76);
END_STATE();
case 6:
if (lookahead == '\n') ADVANCE(55);
if (lookahead == '\r') ADVANCE(1);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(75);
if (lookahead != 0) ADVANCE(76);
END_STATE();
case 7:
if (lookahead == '!') ADVANCE(49);
if (lookahead == '"') ADVANCE(13);
if (lookahead == '%') ADVANCE(19);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(7);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(122);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(115);
END_STATE();
case 8:
if (lookahead == '!') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(8);
END_STATE();
case 9:
if (lookahead == '"') ADVANCE(66);
if (lookahead == '/') ADVANCE(45);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(9);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(70);
END_STATE();
case 10:
if (lookahead == '"') ADVANCE(66);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(72);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(73);
END_STATE();
case 11:
if (lookahead == '"') ADVANCE(87);
if (lookahead != 0) ADVANCE(11);
END_STATE();
case 12:
if (lookahead == '"') ADVANCE(11);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(12);
END_STATE();
case 13:
if (lookahead == '"') ADVANCE(112);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(13);
END_STATE();
case 14:
if (lookahead == '%') ADVANCE(27);
END_STATE();
case 15:
if (lookahead == '%') ADVANCE(27);
if (lookahead == '~') ADVANCE(46);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(16);
END_STATE();
case 16:
if (lookahead == '%') ADVANCE(111);
if (lookahead == ':') ADVANCE(52);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(16);
END_STATE();
case 17:
if (lookahead == '%') ADVANCE(111);
if (lookahead != 0) ADVANCE(17);
END_STATE();
case 18:
if (lookahead == '%') ADVANCE(51);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(18);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(88);
END_STATE();
case 19:
if (lookahead == '%') ADVANCE(28);
if (lookahead == '~') ADVANCE(46);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(16);
END_STATE();
case 20:
if (lookahead == ')') ADVANCE(85);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(93);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(94);
END_STATE();
case 21:
if (lookahead == '1') ADVANCE(99);
END_STATE();
case 22:
if (lookahead == ':') ADVANCE(59);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(61);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(62);
END_STATE();
case 23:
if (lookahead == ':') ADVANCE(59);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(62);
END_STATE();
case 24:
if (lookahead == ':') ADVANCE(34);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(24);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(82);
END_STATE();
case 25:
if (lookahead == '=') ADVANCE(26);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(25);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(41);
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(37);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(36);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(35);
END_STATE();
case 26:
if (lookahead == '=') ADVANCE(77);
END_STATE();
case 27:
if (lookahead == '~') ADVANCE(48);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(92);
END_STATE();
case 28:
if (lookahead == '~') ADVANCE(47);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(111);
END_STATE();
case 29:
if (lookahead == '\t' ||
lookahead == ' ') SKIP(29);
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(104);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(105);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(106);
END_STATE();
case 30:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(63);
END_STATE();
case 31:
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(83);
END_STATE();
case 32:
ADVANCE_MAP(
'B', 83,
'b', 83,
'F', 89,
'f', 89,
'R', 90,
'r', 90,
'A', 65,
'P', 65,
'a', 65,
'p', 65,
'D', 87,
'L', 87,
'd', 87,
'l', 87,
);
if (lookahead == '?' ||
('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('c' <= lookahead && lookahead <= 'z')) ADVANCE(117);
END_STATE();
case 33:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(39);
END_STATE();
case 34:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(81);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(82);
END_STATE();
case 35:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(40);
END_STATE();
case 36:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(40);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(43);
END_STATE();
case 37:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(40);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(42);
END_STATE();
case 38:
ADVANCE_MAP(
'F', 89,
'f', 89,
'R', 90,
'r', 90,
'D', 87,
'L', 87,
'd', 87,
'l', 87,
);
END_STATE();
case 39:
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(58);
END_STATE();
case 40:
if (lookahead == 'Q' ||
lookahead == 'q') ADVANCE(77);
END_STATE();
case 41:
if (lookahead == 'Q' ||
lookahead == 'q') ADVANCE(44);
END_STATE();
case 42:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(77);
END_STATE();
case 43:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(77);
END_STATE();
case 44:
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(77);
END_STATE();
case 45:
if (lookahead == 'A' ||
lookahead == 'P' ||
lookahead == 'a' ||
lookahead == 'p') ADVANCE(64);
END_STATE();
case 46:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(46);
END_STATE();
case 47:
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(111);
END_STATE();
case 48:
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(92);
END_STATE();
case 49:
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(8);
END_STATE();
case 50:
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(62);
END_STATE();
case 51:
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '%') ADVANCE(88);
END_STATE();
case 52:
if (lookahead != 0 &&
lookahead != '%') ADVANCE(17);
END_STATE();
case 53:
if (eof) ADVANCE(54);
ADVANCE_MAP(
'\n', 55,
'\r', 1,
'!', 49,
'"', 13,
'%', 19,
'(', 84,
')', 85,
'/', 31,
':', 23,
'@', 57,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(53);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(113);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(122);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(115);
END_STATE();
case 54:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 55:
ACCEPT_TOKEN(aux_sym_program_token1);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(33);
END_STATE();
case 58:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(59);
END_STATE();
case 59:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(59);
END_STATE();
case 60:
ACCEPT_TOKEN(aux_sym_label_token1);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(78);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(62);
END_STATE();
case 61:
ACCEPT_TOKEN(aux_sym_label_token1);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(60);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(62);
END_STATE();
case 62:
ACCEPT_TOKEN(aux_sym_label_token1);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(62);
END_STATE();
case 63:
ACCEPT_TOKEN(aux_sym_variable_assignment_token2);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(63);
END_STATE();
case 64:
ACCEPT_TOKEN(aux_sym_variable_assignment_token3);
END_STATE();
case 65:
ACCEPT_TOKEN(aux_sym_variable_assignment_token3);
if (('0' <= lookahead && lookahead <= ':') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(117);
END_STATE();
case 66:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 67:
ACCEPT_TOKEN(aux_sym_variable_assignment_token4);
if (lookahead == '-') ADVANCE(79);
if (lookahead == '.') ADVANCE(115);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(68);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(69);
END_STATE();
case 68:
ACCEPT_TOKEN(aux_sym_variable_assignment_token4);
if (lookahead == '-') ADVANCE(79);
if (lookahead == '.') ADVANCE(115);
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(58);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(69);
END_STATE();
case 69:
ACCEPT_TOKEN(aux_sym_variable_assignment_token4);
if (lookahead == '-') ADVANCE(79);
if (lookahead == '.') ADVANCE(115);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(69);
END_STATE();
case 70:
ACCEPT_TOKEN(aux_sym_variable_assignment_token4);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(70);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 72:
ACCEPT_TOKEN(aux_sym_variable_assignment_token5);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(72);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"') ADVANCE(73);
END_STATE();
case 73:
ACCEPT_TOKEN(aux_sym_variable_assignment_token5);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"') ADVANCE(73);
END_STATE();
case 74:
ACCEPT_TOKEN(aux_sym_variable_assignment_token6);
if (lookahead == ')') ADVANCE(86);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(74);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(76);
END_STATE();
case 75:
ACCEPT_TOKEN(aux_sym_variable_assignment_token6);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(75);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(76);
END_STATE();
case 76:
ACCEPT_TOKEN(aux_sym_variable_assignment_token6);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(76);
END_STATE();
case 77:
ACCEPT_TOKEN(sym_comparison_op);
END_STATE();
case 78:
ACCEPT_TOKEN(aux_sym_goto_stmt_token2);
END_STATE();
case 79:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == '.') ADVANCE(115);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(79);
END_STATE();
case 80:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(78);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(82);
END_STATE();
case 81:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(80);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(82);
END_STATE();
case 82:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == '-' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(82);
END_STATE();
case 83:
ACCEPT_TOKEN(aux_sym_exit_stmt_token2);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_RPAREN);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(76);
END_STATE();
case 87:
ACCEPT_TOKEN(sym_for_options);
END_STATE();
case 88:
ACCEPT_TOKEN(sym_for_options);
if (lookahead == '%') ADVANCE(91);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ') ADVANCE(88);
END_STATE();
case 89:
ACCEPT_TOKEN(sym_for_options);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(12);
END_STATE();
case 90:
ACCEPT_TOKEN(sym_for_options);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(18);
END_STATE();
case 91:
ACCEPT_TOKEN(sym_for_options);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '%') ADVANCE(88);
END_STATE();
case 92:
ACCEPT_TOKEN(sym_for_variable);
END_STATE();
case 93:
ACCEPT_TOKEN(sym_for_set);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(93);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ')') ADVANCE(94);
END_STATE();
case 94:
ACCEPT_TOKEN(sym_for_set);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ')') ADVANCE(94);
END_STATE();
case 95:
ACCEPT_TOKEN(aux_sym_redirection_token1);
END_STATE();
case 96:
ACCEPT_TOKEN(aux_sym_redirection_token1);
if (lookahead == '>') ADVANCE(101);
END_STATE();
case 97:
ACCEPT_TOKEN(aux_sym_redirection_token1);
if (lookahead == '>') ADVANCE(101);
if (lookahead == '^') ADVANCE(121);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(120);
END_STATE();
case 98:
ACCEPT_TOKEN(aux_sym_redirection_token1);
if (lookahead == '^') ADVANCE(121);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(120);
END_STATE();
case 99:
ACCEPT_TOKEN(sym_fd_redirect);
END_STATE();
case 100:
ACCEPT_TOKEN(sym_redirect_op);
END_STATE();
case 101:
ACCEPT_TOKEN(sym_redirect_op);
if (lookahead == '&') ADVANCE(21);
if (lookahead == '>') ADVANCE(100);
END_STATE();
case 102:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(106);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(106);
END_STATE();
case 103:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(106);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(106);
END_STATE();
case 104:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(103);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(106);
END_STATE();
case 105:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(102);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(106);
END_STATE();
case 106:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(106);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(109);
END_STATE();
case 108:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 109:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 110:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(108);
END_STATE();
case 111:
ACCEPT_TOKEN(sym_variable_reference);
END_STATE();
case 112:
ACCEPT_TOKEN(sym_string);
END_STATE();
case 113:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(114);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(115);
END_STATE();
case 114:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(58);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(115);
END_STATE();
case 115:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(115);
END_STATE();
case 116:
ACCEPT_TOKEN(sym_command_option);
if (lookahead == '^') ADVANCE(121);
if (('0' <= lookahead && lookahead <= ':') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(116);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(120);
END_STATE();
case 117:
ACCEPT_TOKEN(sym_command_option);
if (('0' <= lookahead && lookahead <= ':') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(117);
END_STATE();
case 118:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(121);
if (lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == '<' ||
lookahead == '>' ||
lookahead == '|') ADVANCE(120);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '"') ADVANCE(120);
END_STATE();
case 119:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(121);
if (lookahead == '?' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(116);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(120);
END_STATE();
case 120:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(121);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(120);
END_STATE();
case 121:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(121);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '"') ADVANCE(120);
END_STATE();
case 122:
ACCEPT_TOKEN(sym_integer);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(122);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (lookahead == '\t' ||
lookahead == ' ') SKIP(0);
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(1);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(2);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(3);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(4);
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(5);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(6);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(7);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(8);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(9);
END_STATE();
case 1:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(10);
END_STATE();
case 2:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(11);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(12);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(13);
END_STATE();
case 3:
ADVANCE_MAP(
'C', 14,
'c', 14,
'L', 15,
'l', 15,
'N', 16,
'n', 16,
'R', 17,
'r', 17,
'X', 18,
'x', 18,
);
END_STATE();
case 4:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(19);
END_STATE();
case 5:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(20);
END_STATE();
case 6:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(21);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(22);
END_STATE();
case 7:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(23);
END_STATE();
case 8:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(24);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(25);
END_STATE();
case 9:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(26);
END_STATE();
case 10:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(27);
END_STATE();
case 11:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(28);
END_STATE();
case 12:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(29);
END_STATE();
case 13:
ACCEPT_TOKEN(aux_sym_for_stmt_token3);
END_STATE();
case 14:
if (lookahead == 'H' ||
lookahead == 'h') ADVANCE(30);
END_STATE();
case 15:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(31);
END_STATE();
case 16:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(32);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(33);
END_STATE();
case 17:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(34);
END_STATE();
case 18:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(35);
END_STATE();
case 19:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(36);
END_STATE();
case 20:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(37);
END_STATE();
case 21:
ACCEPT_TOKEN(aux_sym_if_stmt_token1);
END_STATE();
case 22:
ACCEPT_TOKEN(aux_sym_for_stmt_token2);
END_STATE();
case 23:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(38);
END_STATE();
case 24:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(39);
END_STATE();
case 25:
ACCEPT_TOKEN(aux_sym_echo_off_token3);
END_STATE();
case 26:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(40);
END_STATE();
case 27:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(41);
END_STATE();
case 28:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(42);
END_STATE();
case 29:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(43);
END_STATE();
case 30:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(44);
END_STATE();
case 31:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(45);
END_STATE();
case 32:
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(46);
END_STATE();
case 33:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(47);
END_STATE();
case 34:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(48);
END_STATE();
case 35:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(49);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(50);
END_STATE();
case 36:
ACCEPT_TOKEN(aux_sym_for_stmt_token1);
END_STATE();
case 37:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(51);
END_STATE();
case 38:
ACCEPT_TOKEN(aux_sym_if_stmt_token2);
END_STATE();
case 39:
ACCEPT_TOKEN(aux_sym_echo_off_token2);
END_STATE();
case 40:
ACCEPT_TOKEN(aux_sym_variable_assignment_token1);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(52);
END_STATE();
case 41:
ACCEPT_TOKEN(aux_sym_call_stmt_token1);
END_STATE();
case 42:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(53);
END_STATE();
case 43:
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(54);
END_STATE();
case 44:
ACCEPT_TOKEN(aux_sym_echo_off_token1);
END_STATE();
case 45:
ACCEPT_TOKEN(aux_sym_else_clause_token1);
END_STATE();
case 46:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(55);
END_STATE();
case 47:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(56);
END_STATE();
case 48:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(57);
END_STATE();
case 49:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(58);
END_STATE();
case 50:
ACCEPT_TOKEN(aux_sym_exit_stmt_token1);
END_STATE();
case 51:
ACCEPT_TOKEN(aux_sym_goto_stmt_token1);
END_STATE();
case 52:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(59);
END_STATE();
case 53:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(60);
END_STATE();
case 54:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(61);
END_STATE();
case 55:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(62);
END_STATE();
case 56:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(63);
END_STATE();
case 57:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(64);
END_STATE();
case 58:
ACCEPT_TOKEN(aux_sym_if_stmt_token3);
END_STATE();
case 59:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(65);
END_STATE();
case 60:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(66);
END_STATE();
case 61:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(67);
END_STATE();
case 62:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(68);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(69);
END_STATE();
case 63:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(70);
END_STATE();
case 64:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(71);
END_STATE();
case 65:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(72);
END_STATE();
case 66:
ACCEPT_TOKEN(aux_sym_if_stmt_token4);
END_STATE();
case 67:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(73);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(74);
END_STATE();
case 68:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(75);
END_STATE();
case 69:
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(76);
END_STATE();
case 70:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(77);
END_STATE();
case 71:
if (lookahead == 'V' ||
lookahead == 'v') ADVANCE(78);
END_STATE();
case 72:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(79);
END_STATE();
case 73:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(80);
END_STATE();
case 74:
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(81);
END_STATE();
case 75:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(82);
END_STATE();
case 76:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(83);
END_STATE();
case 77:
ACCEPT_TOKEN(aux_sym_endlocal_stmt_token1);
END_STATE();
case 78:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(84);
END_STATE();
case 79:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token1);
END_STATE();
case 80:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(85);
END_STATE();
case 81:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(86);
END_STATE();
case 82:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(87);
END_STATE();
case 83:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(88);
END_STATE();
case 84:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(89);
END_STATE();
case 85:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(90);
END_STATE();
case 86:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(91);
END_STATE();
case 87:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(92);
END_STATE();
case 88:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(93);
END_STATE();
case 89:
ACCEPT_TOKEN(aux_sym_if_stmt_token5);
END_STATE();
case 90:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(94);
END_STATE();
case 91:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(95);
END_STATE();
case 92:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(96);
END_STATE();
case 93:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(97);
END_STATE();
case 94:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(98);
END_STATE();
case 95:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(99);
END_STATE();
case 96:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(100);
END_STATE();
case 97:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(101);
END_STATE();
case 98:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(102);
END_STATE();
case 99:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(103);
END_STATE();
case 100:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(104);
END_STATE();
case 101:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(105);
END_STATE();
case 102:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(106);
END_STATE();
case 103:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(107);
END_STATE();
case 104:
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(108);
END_STATE();
case 105:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(109);
END_STATE();
case 106:
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(110);
END_STATE();
case 107:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(111);
END_STATE();
case 108:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(112);
END_STATE();
case 109:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(113);
END_STATE();
case 110:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(114);
END_STATE();
case 111:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(115);
END_STATE();
case 112:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(116);
END_STATE();
case 113:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token4);
END_STATE();
case 114:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(117);
END_STATE();
case 115:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token5);
END_STATE();
case 116:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(118);
END_STATE();
case 117:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(119);
END_STATE();
case 118:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(120);
END_STATE();
case 119:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(121);
END_STATE();
case 120:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(122);
END_STATE();
case 121:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(123);
END_STATE();
case 122:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(124);
END_STATE();
case 123:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(125);
END_STATE();
case 124:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(126);
END_STATE();
case 125:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(127);
END_STATE();
case 126:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token2);
END_STATE();
case 127:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token3);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 53},
[2] = {.lex_state = 53},
[3] = {.lex_state = 53},
[4] = {.lex_state = 53},
[5] = {.lex_state = 53},
[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 = 53},
[13] = {.lex_state = 2},
[14] = {.lex_state = 2},
[15] = {.lex_state = 0},
[16] = {.lex_state = 0},
[17] = {.lex_state = 0},
[18] = {.lex_state = 0},
[19] = {.lex_state = 3},
[20] = {.lex_state = 3},
[21] = {.lex_state = 4},
[22] = {.lex_state = 4},
[23] = {.lex_state = 4},
[24] = {.lex_state = 0},
[25] = {.lex_state = 0},
[26] = {.lex_state = 4},
[27] = {.lex_state = 4},
[28] = {.lex_state = 3},
[29] = {.lex_state = 3},
[30] = {.lex_state = 4},
[31] = {.lex_state = 0},
[32] = {.lex_state = 4},
[33] = {.lex_state = 0},
[34] = {.lex_state = 0},
[35] = {.lex_state = 3},
[36] = {.lex_state = 0},
[37] = {.lex_state = 0},
[38] = {.lex_state = 0},
[39] = {.lex_state = 3},
[40] = {.lex_state = 3},
[41] = {.lex_state = 3},
[42] = {.lex_state = 4},
[43] = {.lex_state = 7},
[44] = {.lex_state = 7},
[45] = {.lex_state = 3},
[46] = {.lex_state = 3},
[47] = {.lex_state = 0},
[48] = {.lex_state = 7},
[49] = {.lex_state = 0},
[50] = {.lex_state = 4},
[51] = {.lex_state = 0},
[52] = {.lex_state = 7},
[53] = {.lex_state = 0},
[54] = {.lex_state = 0},
[55] = {.lex_state = 4},
[56] = {.lex_state = 0},
[57] = {.lex_state = 4},
[58] = {.lex_state = 4},
[59] = {.lex_state = 4},
[60] = {.lex_state = 4},
[61] = {.lex_state = 4},
[62] = {.lex_state = 4},
[63] = {.lex_state = 4},
[64] = {.lex_state = 0},
[65] = {.lex_state = 4},
[66] = {.lex_state = 4},
[67] = {.lex_state = 53},
[68] = {.lex_state = 53},
[69] = {.lex_state = 53},
[70] = {.lex_state = 4},
[71] = {.lex_state = 4},
[72] = {.lex_state = 4},
[73] = {.lex_state = 4},
[74] = {.lex_state = 53},
[75] = {.lex_state = 53},
[76] = {.lex_state = 53},
[77] = {.lex_state = 9},
[78] = {.lex_state = 53},
[79] = {.lex_state = 5},
[80] = {.lex_state = 5},
[81] = {.lex_state = 5},
[82] = {.lex_state = 5},
[83] = {.lex_state = 9},
[84] = {.lex_state = 9},
[85] = {.lex_state = 9},
[86] = {.lex_state = 0},
[87] = {.lex_state = 9},
[88] = {.lex_state = 4},
[89] = {.lex_state = 24},
[90] = {.lex_state = 4},
[91] = {.lex_state = 53},
[92] = {.lex_state = 0},
[93] = {.lex_state = 4},
[94] = {.lex_state = 0},
[95] = {.lex_state = 9},
[96] = {.lex_state = 6},
[97] = {.lex_state = 0},
[98] = {.lex_state = 0},
[99] = {.lex_state = 20},
[100] = {.lex_state = 0},
[101] = {.lex_state = 0},
[102] = {.lex_state = 53},
[103] = {.lex_state = 9},
[104] = {.lex_state = 6},
[105] = {.lex_state = 53},
[106] = {.lex_state = 0},
[107] = {.lex_state = 20},
[108] = {.lex_state = 10},
[109] = {.lex_state = 0},
[110] = {.lex_state = 10},
[111] = {.lex_state = 0},
[112] = {.lex_state = 0},
[113] = {.lex_state = 0},
[114] = {.lex_state = 20},
[115] = {.lex_state = 0},
[116] = {.lex_state = 0},
[117] = {.lex_state = 6},
[118] = {.lex_state = 0},
[119] = {.lex_state = 0},
[120] = {.lex_state = 0},
[121] = {.lex_state = 10},
[122] = {.lex_state = 0},
[123] = {.lex_state = 0},
[124] = {.lex_state = 10},
[125] = {.lex_state = 0},
[126] = {.lex_state = 0},
[127] = {.lex_state = 0},
[128] = {.lex_state = 0},
[129] = {.lex_state = 0},
[130] = {.lex_state = 0},
[131] = {.lex_state = 0},
[132] = {.lex_state = 0},
[133] = {.lex_state = 0},
[134] = {.lex_state = 0},
[135] = {.lex_state = 0},
[136] = {.lex_state = 4},
[137] = {.lex_state = 24},
[138] = {.lex_state = 0},
[139] = {.lex_state = 0},
[140] = {.lex_state = 0},
[141] = {.lex_state = 4},
[142] = {.lex_state = 4},
[143] = {.lex_state = 9},
[144] = {.lex_state = 6},
[145] = {.lex_state = 4},
[146] = {.lex_state = 53},
[147] = {.lex_state = 0},
[148] = {.lex_state = 25},
[149] = {.lex_state = 53},
[150] = {.lex_state = 0},
[151] = {.lex_state = 0},
[152] = {.lex_state = 29},
[153] = {.lex_state = 0},
[154] = {.lex_state = 0},
[155] = {.lex_state = 25},
[156] = {.lex_state = 4},
[157] = {.lex_state = 0},
[158] = {.lex_state = 30},
[159] = {.lex_state = 9},
[160] = {.lex_state = 0},
[161] = {.lex_state = 9},
[162] = {.lex_state = 4},
[163] = {.lex_state = 0},
[164] = {.lex_state = 0},
[165] = {.lex_state = 9},
[166] = {.lex_state = 0},
[167] = {.lex_state = 4},
[168] = {.lex_state = 30},
[169] = {.lex_state = 0},
[170] = {.lex_state = 0},
[171] = {.lex_state = 0},
[172] = {.lex_state = 53},
[173] = {.lex_state = 30},
[174] = {.lex_state = 4},
[175] = {.lex_state = 0},
[176] = {.lex_state = 9},
[177] = {.lex_state = 4},
[178] = {.lex_state = 0},
[179] = {.lex_state = 30},
[180] = {.lex_state = 9},
[181] = {.lex_state = 0},
[182] = {.lex_state = 9},
[183] = {.lex_state = 4},
[184] = {.lex_state = 25},
[185] = {.lex_state = 0},
[186] = {.lex_state = 0},
[187] = {.lex_state = 0},
[188] = {.lex_state = 0},
[189] = {.lex_state = 9},
[190] = {.lex_state = 0},
[191] = {.lex_state = 0},
[192] = {.lex_state = 0},
[193] = {.lex_state = 4},
[194] = {.lex_state = 4},
[195] = {.lex_state = 29},
[196] = {.lex_state = 0},
[197] = {.lex_state = 30},
[198] = {.lex_state = 30},
[199] = {.lex_state = 30},
[200] = {.lex_state = 30},
[201] = {.lex_state = 0},
[202] = {.lex_state = 4},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_command_name] = ACTIONS(1),
[aux_sym_program_token1] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[aux_sym_echo_off_token1] = ACTIONS(1),
[aux_sym_echo_off_token2] = ACTIONS(1),
[aux_sym_echo_off_token3] = ACTIONS(1),
[sym_comment] = ACTIONS(1),
[aux_sym_label_token1] = ACTIONS(1),
[aux_sym_variable_assignment_token1] = ACTIONS(1),
[aux_sym_variable_assignment_token3] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[aux_sym_variable_assignment_token4] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[aux_sym_if_stmt_token1] = ACTIONS(1),
[aux_sym_if_stmt_token2] = ACTIONS(1),
[aux_sym_if_stmt_token3] = ACTIONS(1),
[aux_sym_if_stmt_token4] = ACTIONS(1),
[aux_sym_if_stmt_token5] = ACTIONS(1),
[aux_sym_else_clause_token1] = ACTIONS(1),
[aux_sym_goto_stmt_token1] = ACTIONS(1),
[aux_sym_goto_stmt_token2] = ACTIONS(1),
[aux_sym_goto_stmt_token3] = ACTIONS(1),
[aux_sym_call_stmt_token1] = ACTIONS(1),
[aux_sym_exit_stmt_token1] = ACTIONS(1),
[aux_sym_exit_stmt_token2] = ACTIONS(1),
[aux_sym_setlocal_stmt_token1] = ACTIONS(1),
[aux_sym_setlocal_stmt_token2] = ACTIONS(1),
[aux_sym_setlocal_stmt_token3] = ACTIONS(1),
[aux_sym_setlocal_stmt_token4] = ACTIONS(1),
[aux_sym_setlocal_stmt_token5] = ACTIONS(1),
[aux_sym_endlocal_stmt_token1] = ACTIONS(1),
[aux_sym_for_stmt_token1] = ACTIONS(1),
[aux_sym_for_stmt_token2] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[aux_sym_for_stmt_token3] = ACTIONS(1),
[sym_for_options] = ACTIONS(1),
[sym_for_variable] = ACTIONS(1),
[aux_sym_redirection_token1] = ACTIONS(1),
[sym_fd_redirect] = ACTIONS(1),
[sym_redirect_op] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_PIPE_PIPE] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(1),
[sym_variable_reference] = ACTIONS(1),
[sym_command_option] = ACTIONS(1),
},
[STATE(1)] = {
[sym_program] = STATE(187),
[sym__stmt] = STATE(160),
[sym_echo_off] = STATE(160),
[sym_label] = STATE(160),
[sym_variable_assignment] = STATE(160),
[sym_if_stmt] = STATE(160),
[sym_goto_stmt] = STATE(160),
[sym_call_stmt] = STATE(15),
[sym_exit_stmt] = STATE(160),
[sym_setlocal_stmt] = STATE(160),
[sym_endlocal_stmt] = STATE(160),
[sym_for_stmt] = STATE(160),
[sym_parenthesized] = STATE(15),
[sym_redirect_stmt] = STATE(53),
[sym_pipe_stmt] = STATE(53),
[sym_cond_exec] = STATE(64),
[sym_command_sep] = STATE(86),
[sym_cmd] = STATE(15),
[aux_sym_program_repeat1] = STATE(4),
[ts_builtin_sym_end] = ACTIONS(3),
[sym_command_name] = ACTIONS(5),
[aux_sym_program_token1] = ACTIONS(7),
[anon_sym_AT] = ACTIONS(9),
[sym_comment] = ACTIONS(11),
[aux_sym_label_token1] = ACTIONS(13),
[aux_sym_variable_assignment_token1] = ACTIONS(15),
[aux_sym_if_stmt_token1] = ACTIONS(17),
[aux_sym_goto_stmt_token1] = ACTIONS(19),
[aux_sym_call_stmt_token1] = ACTIONS(21),
[aux_sym_exit_stmt_token1] = ACTIONS(23),
[aux_sym_setlocal_stmt_token1] = ACTIONS(25),
[aux_sym_endlocal_stmt_token1] = ACTIONS(27),
[aux_sym_for_stmt_token1] = ACTIONS(29),
[anon_sym_LPAREN] = ACTIONS(31),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 21,
ACTIONS(35), 1,
sym_command_name,
ACTIONS(38), 1,
aux_sym_program_token1,
ACTIONS(41), 1,
anon_sym_AT,
ACTIONS(44), 1,
sym_comment,
ACTIONS(47), 1,
aux_sym_label_token1,
ACTIONS(50), 1,
aux_sym_variable_assignment_token1,
ACTIONS(53), 1,
aux_sym_if_stmt_token1,
ACTIONS(56), 1,
aux_sym_goto_stmt_token1,
ACTIONS(59), 1,
aux_sym_call_stmt_token1,
ACTIONS(62), 1,
aux_sym_exit_stmt_token1,
ACTIONS(65), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(68), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(71), 1,
aux_sym_for_stmt_token1,
ACTIONS(74), 1,
anon_sym_LPAREN,
STATE(2), 1,
aux_sym_program_repeat1,
STATE(64), 1,
sym_cond_exec,
STATE(86), 1,
sym_command_sep,
ACTIONS(33), 2,
ts_builtin_sym_end,
anon_sym_RPAREN,
STATE(53), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(15), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(160), 10,
sym__stmt,
sym_echo_off,
sym_label,
sym_variable_assignment,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[77] = 21,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(13), 1,
aux_sym_label_token1,
ACTIONS(17), 1,
aux_sym_if_stmt_token1,
ACTIONS(19), 1,
aux_sym_goto_stmt_token1,
ACTIONS(21), 1,
aux_sym_call_stmt_token1,
ACTIONS(23), 1,
aux_sym_exit_stmt_token1,
ACTIONS(25), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(27), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(29), 1,
aux_sym_for_stmt_token1,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(77), 1,
aux_sym_program_token1,
ACTIONS(79), 1,
anon_sym_AT,
ACTIONS(81), 1,
sym_comment,
ACTIONS(83), 1,
aux_sym_variable_assignment_token1,
ACTIONS(85), 1,
anon_sym_RPAREN,
STATE(5), 1,
aux_sym_program_repeat1,
STATE(64), 1,
sym_cond_exec,
STATE(86), 1,
sym_command_sep,
STATE(53), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(15), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(115), 10,
sym__stmt,
sym_echo_off,
sym_label,
sym_variable_assignment,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[153] = 21,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(11), 1,
sym_comment,
ACTIONS(13), 1,
aux_sym_label_token1,
ACTIONS(15), 1,
aux_sym_variable_assignment_token1,
ACTIONS(17), 1,
aux_sym_if_stmt_token1,
ACTIONS(19), 1,
aux_sym_goto_stmt_token1,
ACTIONS(21), 1,
aux_sym_call_stmt_token1,
ACTIONS(23), 1,
aux_sym_exit_stmt_token1,
ACTIONS(25), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(27), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(29), 1,
aux_sym_for_stmt_token1,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(87), 1,
ts_builtin_sym_end,
ACTIONS(89), 1,
aux_sym_program_token1,
STATE(2), 1,
aux_sym_program_repeat1,
STATE(64), 1,
sym_cond_exec,
STATE(86), 1,
sym_command_sep,
STATE(53), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(15), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(160), 10,
sym__stmt,
sym_echo_off,
sym_label,
sym_variable_assignment,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[229] = 21,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(13), 1,
aux_sym_label_token1,
ACTIONS(17), 1,
aux_sym_if_stmt_token1,
ACTIONS(19), 1,
aux_sym_goto_stmt_token1,
ACTIONS(21), 1,
aux_sym_call_stmt_token1,
ACTIONS(23), 1,
aux_sym_exit_stmt_token1,
ACTIONS(25), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(27), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(29), 1,
aux_sym_for_stmt_token1,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(79), 1,
anon_sym_AT,
ACTIONS(83), 1,
aux_sym_variable_assignment_token1,
ACTIONS(89), 1,
aux_sym_program_token1,
ACTIONS(91), 1,
sym_comment,
ACTIONS(93), 1,
anon_sym_RPAREN,
STATE(2), 1,
aux_sym_program_repeat1,
STATE(64), 1,
sym_cond_exec,
STATE(86), 1,
sym_command_sep,
STATE(53), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(15), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(140), 10,
sym__stmt,
sym_echo_off,
sym_label,
sym_variable_assignment,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[305] = 7,
ACTIONS(97), 1,
anon_sym_LPAREN,
STATE(31), 1,
sym_argument_list,
ACTIONS(101), 2,
sym_variable_reference,
sym_string,
ACTIONS(103), 2,
sym_command_option,
sym_argument_value,
STATE(10), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(99), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(95), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[338] = 7,
ACTIONS(97), 1,
anon_sym_LPAREN,
STATE(34), 1,
sym_argument_list,
ACTIONS(101), 2,
sym_variable_reference,
sym_string,
ACTIONS(103), 2,
sym_command_option,
sym_argument_value,
STATE(10), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(107), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(105), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[371] = 7,
ACTIONS(97), 1,
anon_sym_LPAREN,
STATE(33), 1,
sym_argument_list,
ACTIONS(101), 2,
sym_variable_reference,
sym_string,
ACTIONS(103), 2,
sym_command_option,
sym_argument_value,
STATE(10), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(111), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(109), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[404] = 7,
ACTIONS(97), 1,
anon_sym_LPAREN,
STATE(37), 1,
sym_argument_list,
ACTIONS(101), 2,
sym_variable_reference,
sym_string,
ACTIONS(103), 2,
sym_command_option,
sym_argument_value,
STATE(10), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(115), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(113), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[437] = 6,
ACTIONS(97), 1,
anon_sym_LPAREN,
ACTIONS(121), 2,
sym_variable_reference,
sym_string,
ACTIONS(123), 2,
sym_command_option,
sym_argument_value,
STATE(11), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(119), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(117), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[467] = 6,
ACTIONS(127), 1,
anon_sym_LPAREN,
ACTIONS(132), 2,
sym_variable_reference,
sym_string,
ACTIONS(135), 2,
sym_command_option,
sym_argument_value,
STATE(11), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(130), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(125), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[497] = 2,
ACTIONS(138), 3,
anon_sym_AT,
aux_sym_variable_assignment_token1,
sym_command_name,
ACTIONS(33), 13,
ts_builtin_sym_end,
aux_sym_program_token1,
sym_comment,
aux_sym_label_token1,
aux_sym_if_stmt_token1,
aux_sym_goto_stmt_token1,
aux_sym_call_stmt_token1,
aux_sym_exit_stmt_token1,
aux_sym_setlocal_stmt_token1,
aux_sym_endlocal_stmt_token1,
aux_sym_for_stmt_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
[518] = 2,
ACTIONS(142), 6,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_option,
sym_argument_value,
ACTIONS(140), 8,
aux_sym_program_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
[537] = 2,
ACTIONS(146), 6,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_option,
sym_argument_value,
ACTIONS(144), 8,
aux_sym_program_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
[556] = 9,
ACTIONS(150), 1,
aux_sym_redirection_token1,
ACTIONS(152), 1,
sym_fd_redirect,
ACTIONS(154), 1,
sym_redirect_op,
ACTIONS(156), 1,
anon_sym_PIPE,
ACTIONS(160), 1,
anon_sym_AMP,
STATE(24), 1,
aux_sym_redirection_repeat1,
STATE(54), 1,
sym_redirection,
ACTIONS(148), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(158), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[586] = 8,
ACTIONS(150), 1,
aux_sym_redirection_token1,
ACTIONS(152), 1,
sym_fd_redirect,
ACTIONS(154), 1,
sym_redirect_op,
ACTIONS(156), 1,
anon_sym_PIPE,
ACTIONS(164), 1,
anon_sym_AMP,
STATE(24), 1,
aux_sym_redirection_repeat1,
STATE(54), 1,
sym_redirection,
ACTIONS(162), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[614] = 7,
ACTIONS(150), 1,
aux_sym_redirection_token1,
ACTIONS(152), 1,
sym_fd_redirect,
ACTIONS(154), 1,
sym_redirect_op,
STATE(24), 1,
aux_sym_redirection_repeat1,
STATE(54), 1,
sym_redirection,
ACTIONS(168), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(166), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[640] = 9,
ACTIONS(150), 1,
aux_sym_redirection_token1,
ACTIONS(152), 1,
sym_fd_redirect,
ACTIONS(154), 1,
sym_redirect_op,
ACTIONS(156), 1,
anon_sym_PIPE,
ACTIONS(172), 1,
anon_sym_AMP,
STATE(24), 1,
aux_sym_redirection_repeat1,
STATE(54), 1,
sym_redirection,
ACTIONS(158), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(170), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[670] = 6,
ACTIONS(174), 1,
anon_sym_LPAREN,
STATE(31), 1,
sym_argument_list,
ACTIONS(95), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(176), 2,
sym_variable_reference,
sym_string,
ACTIONS(178), 2,
sym_command_option,
sym_argument_value,
STATE(29), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[694] = 6,
ACTIONS(174), 1,
anon_sym_LPAREN,
STATE(33), 1,
sym_argument_list,
ACTIONS(109), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(176), 2,
sym_variable_reference,
sym_string,
ACTIONS(178), 2,
sym_command_option,
sym_argument_value,
STATE(29), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[718] = 2,
ACTIONS(182), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(180), 6,
aux_sym_program_token1,
aux_sym_else_clause_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[733] = 7,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(21), 1,
aux_sym_call_stmt_token1,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(184), 1,
anon_sym_AT,
STATE(56), 1,
sym_cond_exec,
STATE(51), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(18), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[758] = 10,
ACTIONS(186), 1,
sym_command_name,
ACTIONS(188), 1,
aux_sym_echo_off_token1,
ACTIONS(190), 1,
aux_sym_variable_assignment_token1,
ACTIONS(192), 1,
aux_sym_if_stmt_token1,
ACTIONS(194), 1,
aux_sym_goto_stmt_token1,
ACTIONS(196), 1,
aux_sym_call_stmt_token1,
ACTIONS(198), 1,
aux_sym_exit_stmt_token1,
ACTIONS(200), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(202), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(204), 1,
aux_sym_for_stmt_token1,
[789] = 6,
ACTIONS(150), 1,
aux_sym_redirection_token1,
ACTIONS(154), 1,
sym_redirect_op,
ACTIONS(208), 1,
sym_fd_redirect,
STATE(25), 1,
aux_sym_redirection_repeat1,
ACTIONS(210), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(206), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[812] = 6,
ACTIONS(214), 1,
aux_sym_redirection_token1,
ACTIONS(217), 1,
sym_fd_redirect,
ACTIONS(220), 1,
sym_redirect_op,
STATE(25), 1,
aux_sym_redirection_repeat1,
ACTIONS(223), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(212), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[835] = 2,
ACTIONS(227), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(225), 6,
aux_sym_program_token1,
aux_sym_else_clause_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[850] = 2,
ACTIONS(231), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(229), 6,
aux_sym_program_token1,
aux_sym_else_clause_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[865] = 5,
ACTIONS(233), 1,
anon_sym_LPAREN,
ACTIONS(125), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(236), 2,
sym_variable_reference,
sym_string,
ACTIONS(239), 2,
sym_command_option,
sym_argument_value,
STATE(28), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[886] = 5,
ACTIONS(174), 1,
anon_sym_LPAREN,
ACTIONS(117), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(242), 2,
sym_variable_reference,
sym_string,
ACTIONS(244), 2,
sym_command_option,
sym_argument_value,
STATE(28), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[907] = 10,
ACTIONS(186), 1,
sym_command_name,
ACTIONS(188), 1,
aux_sym_echo_off_token1,
ACTIONS(192), 1,
aux_sym_if_stmt_token1,
ACTIONS(194), 1,
aux_sym_goto_stmt_token1,
ACTIONS(196), 1,
aux_sym_call_stmt_token1,
ACTIONS(198), 1,
aux_sym_exit_stmt_token1,
ACTIONS(200), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(202), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(204), 1,
aux_sym_for_stmt_token1,
ACTIONS(246), 1,
aux_sym_variable_assignment_token1,
[938] = 2,
ACTIONS(111), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(109), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[952] = 6,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(21), 1,
aux_sym_call_stmt_token1,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(184), 1,
anon_sym_AT,
STATE(49), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(16), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[974] = 2,
ACTIONS(250), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(248), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[988] = 2,
ACTIONS(115), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(113), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1002] = 5,
ACTIONS(174), 1,
anon_sym_LPAREN,
ACTIONS(252), 1,
anon_sym_RPAREN,
ACTIONS(242), 2,
sym_variable_reference,
sym_string,
ACTIONS(244), 2,
sym_command_option,
sym_argument_value,
STATE(28), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[1022] = 2,
ACTIONS(223), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(212), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1036] = 2,
ACTIONS(256), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(254), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1050] = 2,
ACTIONS(260), 4,
aux_sym_redirection_token1,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(258), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
sym_fd_redirect,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1064] = 5,
ACTIONS(174), 1,
anon_sym_LPAREN,
ACTIONS(262), 1,
anon_sym_RPAREN,
ACTIONS(264), 2,
sym_variable_reference,
sym_string,
ACTIONS(266), 2,
sym_command_option,
sym_argument_value,
STATE(40), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[1084] = 5,
ACTIONS(174), 1,
anon_sym_LPAREN,
ACTIONS(268), 1,
anon_sym_RPAREN,
ACTIONS(242), 2,
sym_variable_reference,
sym_string,
ACTIONS(244), 2,
sym_command_option,
sym_argument_value,
STATE(28), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[1104] = 5,
ACTIONS(174), 1,
anon_sym_LPAREN,
ACTIONS(270), 1,
anon_sym_RPAREN,
ACTIONS(272), 2,
sym_variable_reference,
sym_string,
ACTIONS(274), 2,
sym_command_option,
sym_argument_value,
STATE(35), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[1124] = 6,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(21), 1,
aux_sym_call_stmt_token1,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(184), 1,
anon_sym_AT,
STATE(47), 1,
sym_redirect_stmt,
STATE(17), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[1145] = 5,
ACTIONS(276), 1,
aux_sym_if_stmt_token2,
ACTIONS(278), 1,
aux_sym_if_stmt_token3,
ACTIONS(280), 1,
aux_sym_if_stmt_token4,
ACTIONS(282), 1,
aux_sym_if_stmt_token5,
ACTIONS(284), 3,
sym_variable_reference,
sym_string,
sym_integer,
[1163] = 5,
ACTIONS(286), 1,
aux_sym_if_stmt_token2,
ACTIONS(288), 1,
aux_sym_if_stmt_token3,
ACTIONS(290), 1,
aux_sym_if_stmt_token4,
ACTIONS(292), 1,
aux_sym_if_stmt_token5,
ACTIONS(294), 3,
sym_variable_reference,
sym_string,
sym_integer,
[1181] = 2,
ACTIONS(142), 2,
sym_command_option,
sym_argument_value,
ACTIONS(140), 5,
aux_sym_program_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_variable_reference,
sym_string,
[1193] = 2,
ACTIONS(146), 2,
sym_command_option,
sym_argument_value,
ACTIONS(144), 5,
aux_sym_program_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_variable_reference,
sym_string,
[1205] = 2,
ACTIONS(168), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(166), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1216] = 4,
ACTIONS(288), 1,
aux_sym_if_stmt_token3,
ACTIONS(290), 1,
aux_sym_if_stmt_token4,
ACTIONS(292), 1,
aux_sym_if_stmt_token5,
ACTIONS(294), 3,
sym_variable_reference,
sym_string,
sym_integer,
[1231] = 3,
ACTIONS(156), 1,
anon_sym_PIPE,
ACTIONS(164), 1,
anon_sym_AMP,
ACTIONS(162), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1244] = 2,
ACTIONS(296), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(298), 4,
aux_sym_setlocal_stmt_token2,
aux_sym_setlocal_stmt_token3,
aux_sym_setlocal_stmt_token4,
aux_sym_setlocal_stmt_token5,
[1255] = 4,
ACTIONS(156), 1,
anon_sym_PIPE,
ACTIONS(172), 1,
anon_sym_AMP,
ACTIONS(158), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(170), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1270] = 4,
ACTIONS(300), 1,
aux_sym_if_stmt_token3,
ACTIONS(302), 1,
aux_sym_if_stmt_token4,
ACTIONS(304), 1,
aux_sym_if_stmt_token5,
ACTIONS(306), 3,
sym_variable_reference,
sym_string,
sym_integer,
[1285] = 4,
ACTIONS(156), 1,
anon_sym_PIPE,
ACTIONS(160), 1,
anon_sym_AMP,
ACTIONS(148), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(158), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1300] = 2,
ACTIONS(310), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(308), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1311] = 2,
ACTIONS(312), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(314), 4,
aux_sym_setlocal_stmt_token2,
aux_sym_setlocal_stmt_token3,
aux_sym_setlocal_stmt_token4,
aux_sym_setlocal_stmt_token5,
[1322] = 3,
ACTIONS(172), 1,
anon_sym_AMP,
ACTIONS(158), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(170), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1334] = 5,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(70), 1,
sym_parenthesized,
STATE(106), 1,
sym_cmd,
[1350] = 5,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(71), 1,
sym_parenthesized,
STATE(112), 1,
sym_cmd,
[1366] = 4,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(116), 2,
sym_parenthesized,
sym_cmd,
[1380] = 5,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(73), 1,
sym_parenthesized,
STATE(119), 1,
sym_cmd,
[1396] = 4,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(131), 2,
sym_parenthesized,
sym_cmd,
[1410] = 4,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(123), 2,
sym_parenthesized,
sym_cmd,
[1424] = 4,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(129), 2,
sym_parenthesized,
sym_cmd,
[1438] = 3,
ACTIONS(160), 1,
anon_sym_AMP,
ACTIONS(148), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(158), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[1450] = 5,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(72), 1,
sym_parenthesized,
STATE(98), 1,
sym_cmd,
[1466] = 4,
ACTIONS(31), 1,
anon_sym_LPAREN,
ACTIONS(316), 1,
sym_command_name,
ACTIONS(318), 1,
anon_sym_AT,
STATE(134), 2,
sym_parenthesized,
sym_cmd,
[1480] = 3,
ACTIONS(322), 1,
aux_sym_exit_stmt_token2,
ACTIONS(324), 1,
sym_integer,
ACTIONS(320), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1491] = 2,
ACTIONS(326), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(328), 2,
sym_variable_reference,
sym_integer,
[1500] = 2,
ACTIONS(330), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(332), 2,
sym_variable_reference,
sym_integer,
[1509] = 3,
ACTIONS(336), 1,
aux_sym_else_clause_token1,
STATE(112), 1,
sym_else_clause,
ACTIONS(334), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1520] = 3,
ACTIONS(336), 1,
aux_sym_else_clause_token1,
STATE(119), 1,
sym_else_clause,
ACTIONS(338), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1531] = 3,
ACTIONS(336), 1,
aux_sym_else_clause_token1,
STATE(106), 1,
sym_else_clause,
ACTIONS(340), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1542] = 3,
ACTIONS(336), 1,
aux_sym_else_clause_token1,
STATE(127), 1,
sym_else_clause,
ACTIONS(342), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1553] = 3,
ACTIONS(328), 1,
sym_integer,
ACTIONS(344), 1,
aux_sym_exit_stmt_token2,
ACTIONS(326), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1564] = 1,
ACTIONS(346), 3,
sym_variable_reference,
sym_string,
sym_integer,
[1570] = 1,
ACTIONS(348), 3,
sym_variable_reference,
sym_string,
sym_integer,
[1576] = 3,
ACTIONS(350), 1,
aux_sym_variable_assignment_token3,
ACTIONS(352), 1,
anon_sym_DQUOTE,
ACTIONS(354), 1,
aux_sym_variable_assignment_token4,
[1586] = 1,
ACTIONS(356), 3,
sym_variable_reference,
sym_string,
sym_integer,
[1592] = 2,
ACTIONS(360), 1,
aux_sym_variable_assignment_token6,
ACTIONS(358), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1600] = 2,
ACTIONS(364), 1,
aux_sym_variable_assignment_token6,
ACTIONS(362), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1608] = 2,
ACTIONS(368), 1,
aux_sym_variable_assignment_token6,
ACTIONS(366), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1616] = 2,
ACTIONS(372), 1,
aux_sym_variable_assignment_token6,
ACTIONS(370), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1624] = 3,
ACTIONS(374), 1,
aux_sym_variable_assignment_token3,
ACTIONS(376), 1,
anon_sym_DQUOTE,
ACTIONS(378), 1,
aux_sym_variable_assignment_token4,
[1634] = 3,
ACTIONS(352), 1,
anon_sym_DQUOTE,
ACTIONS(380), 1,
aux_sym_variable_assignment_token3,
ACTIONS(382), 1,
aux_sym_variable_assignment_token4,
[1644] = 3,
ACTIONS(376), 1,
anon_sym_DQUOTE,
ACTIONS(384), 1,
aux_sym_variable_assignment_token3,
ACTIONS(386), 1,
aux_sym_variable_assignment_token4,
[1654] = 2,
ACTIONS(388), 1,
anon_sym_AMP,
ACTIONS(148), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1662] = 2,
ACTIONS(390), 1,
anon_sym_DQUOTE,
ACTIONS(392), 1,
aux_sym_variable_assignment_token4,
[1669] = 1,
ACTIONS(394), 2,
aux_sym_label_token1,
sym_command_name,
[1674] = 2,
ACTIONS(396), 1,
aux_sym_goto_stmt_token2,
ACTIONS(398), 1,
aux_sym_goto_stmt_token3,
[1681] = 1,
ACTIONS(400), 2,
aux_sym_label_token1,
sym_command_name,
[1686] = 1,
ACTIONS(348), 2,
sym_variable_reference,
sym_string,
[1691] = 1,
ACTIONS(402), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1696] = 2,
ACTIONS(404), 1,
sym_for_options,
ACTIONS(406), 1,
sym_for_variable,
[1703] = 1,
ACTIONS(408), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1708] = 2,
ACTIONS(390), 1,
anon_sym_DQUOTE,
ACTIONS(410), 1,
aux_sym_variable_assignment_token4,
[1715] = 2,
ACTIONS(358), 1,
aux_sym_program_token1,
ACTIONS(412), 1,
aux_sym_variable_assignment_token6,
[1722] = 1,
ACTIONS(414), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1727] = 1,
ACTIONS(340), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1732] = 2,
ACTIONS(416), 1,
anon_sym_RPAREN,
ACTIONS(418), 1,
sym_for_set,
[1739] = 1,
ACTIONS(420), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1744] = 1,
ACTIONS(422), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1749] = 1,
ACTIONS(424), 2,
sym_variable_reference,
sym_string,
[1754] = 2,
ACTIONS(426), 1,
anon_sym_DQUOTE,
ACTIONS(428), 1,
aux_sym_variable_assignment_token4,
[1761] = 2,
ACTIONS(366), 1,
aux_sym_program_token1,
ACTIONS(430), 1,
aux_sym_variable_assignment_token6,
[1768] = 1,
ACTIONS(356), 2,
sym_variable_reference,
sym_string,
[1773] = 1,
ACTIONS(334), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1778] = 2,
ACTIONS(432), 1,
anon_sym_RPAREN,
ACTIONS(434), 1,
sym_for_set,
[1785] = 2,
ACTIONS(368), 1,
anon_sym_DQUOTE,
ACTIONS(436), 1,
aux_sym_variable_assignment_token5,
[1792] = 1,
ACTIONS(438), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1797] = 2,
ACTIONS(372), 1,
anon_sym_DQUOTE,
ACTIONS(440), 1,
aux_sym_variable_assignment_token5,
[1804] = 1,
ACTIONS(442), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1809] = 1,
ACTIONS(338), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1814] = 1,
ACTIONS(444), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1819] = 2,
ACTIONS(446), 1,
anon_sym_RPAREN,
ACTIONS(448), 1,
sym_for_set,
[1826] = 2,
ACTIONS(93), 1,
anon_sym_RPAREN,
ACTIONS(450), 1,
aux_sym_program_token1,
[1833] = 1,
ACTIONS(452), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1838] = 2,
ACTIONS(362), 1,
aux_sym_program_token1,
ACTIONS(454), 1,
aux_sym_variable_assignment_token6,
[1845] = 1,
ACTIONS(456), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1850] = 1,
ACTIONS(342), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1855] = 1,
ACTIONS(330), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1860] = 2,
ACTIONS(364), 1,
anon_sym_DQUOTE,
ACTIONS(458), 1,
aux_sym_variable_assignment_token5,
[1867] = 1,
ACTIONS(460), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1872] = 1,
ACTIONS(462), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1877] = 2,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
aux_sym_variable_assignment_token5,
[1884] = 1,
ACTIONS(468), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1889] = 1,
ACTIONS(470), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1894] = 1,
ACTIONS(472), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1899] = 1,
ACTIONS(474), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1904] = 1,
ACTIONS(476), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1909] = 1,
ACTIONS(478), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1914] = 1,
ACTIONS(480), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1919] = 1,
ACTIONS(482), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1924] = 1,
ACTIONS(484), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1929] = 1,
ACTIONS(486), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1934] = 1,
ACTIONS(488), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1939] = 2,
ACTIONS(490), 1,
sym_for_options,
ACTIONS(492), 1,
sym_for_variable,
[1946] = 2,
ACTIONS(494), 1,
aux_sym_goto_stmt_token2,
ACTIONS(496), 1,
aux_sym_goto_stmt_token3,
[1953] = 1,
ACTIONS(326), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1958] = 1,
ACTIONS(312), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[1963] = 2,
ACTIONS(450), 1,
aux_sym_program_token1,
ACTIONS(498), 1,
anon_sym_RPAREN,
[1970] = 2,
ACTIONS(186), 1,
sym_command_name,
ACTIONS(196), 1,
aux_sym_call_stmt_token1,
[1977] = 1,
ACTIONS(500), 2,
aux_sym_echo_off_token2,
aux_sym_echo_off_token3,
[1982] = 2,
ACTIONS(426), 1,
anon_sym_DQUOTE,
ACTIONS(502), 1,
aux_sym_variable_assignment_token4,
[1989] = 2,
ACTIONS(370), 1,
aux_sym_program_token1,
ACTIONS(504), 1,
aux_sym_variable_assignment_token6,
[1996] = 1,
ACTIONS(406), 1,
sym_for_variable,
[2000] = 1,
ACTIONS(348), 1,
sym_integer,
[2004] = 1,
ACTIONS(506), 1,
anon_sym_DQUOTE,
[2008] = 1,
ACTIONS(508), 1,
sym_comparison_op,
[2012] = 1,
ACTIONS(424), 1,
sym_integer,
[2016] = 1,
ACTIONS(510), 1,
anon_sym_EQ,
[2020] = 1,
ACTIONS(512), 1,
sym_redirect_op,
[2024] = 1,
ACTIONS(514), 1,
sym_redirect_target,
[2028] = 1,
ACTIONS(516), 1,
anon_sym_DQUOTE,
[2032] = 1,
ACTIONS(518), 1,
anon_sym_EQ,
[2036] = 1,
ACTIONS(520), 1,
sym_comparison_op,
[2040] = 1,
ACTIONS(522), 1,
aux_sym_for_stmt_token3,
[2044] = 1,
ACTIONS(524), 1,
anon_sym_RPAREN,
[2048] = 1,
ACTIONS(526), 1,
aux_sym_variable_assignment_token2,
[2052] = 1,
ACTIONS(424), 1,
aux_sym_variable_assignment_token4,
[2056] = 1,
ACTIONS(450), 1,
aux_sym_program_token1,
[2060] = 1,
ACTIONS(356), 1,
aux_sym_variable_assignment_token4,
[2064] = 1,
ACTIONS(528), 1,
aux_sym_for_stmt_token2,
[2068] = 1,
ACTIONS(530), 1,
anon_sym_LPAREN,
[2072] = 1,
ACTIONS(532), 1,
anon_sym_LPAREN,
[2076] = 1,
ACTIONS(534), 1,
aux_sym_variable_assignment_token4,
[2080] = 1,
ACTIONS(536), 1,
anon_sym_EQ,
[2084] = 1,
ACTIONS(538), 1,
aux_sym_for_stmt_token3,
[2088] = 1,
ACTIONS(540), 1,
aux_sym_variable_assignment_token2,
[2092] = 1,
ACTIONS(542), 1,
anon_sym_DQUOTE,
[2096] = 1,
ACTIONS(544), 1,
anon_sym_EQ,
[2100] = 1,
ACTIONS(546), 1,
anon_sym_DQUOTE,
[2104] = 1,
ACTIONS(356), 1,
sym_integer,
[2108] = 1,
ACTIONS(548), 1,
aux_sym_variable_assignment_token2,
[2112] = 1,
ACTIONS(550), 1,
aux_sym_for_stmt_token3,
[2116] = 1,
ACTIONS(552), 1,
anon_sym_RPAREN,
[2120] = 1,
ACTIONS(554), 1,
aux_sym_variable_assignment_token4,
[2124] = 1,
ACTIONS(556), 1,
aux_sym_for_stmt_token2,
[2128] = 1,
ACTIONS(558), 1,
anon_sym_EQ,
[2132] = 1,
ACTIONS(560), 1,
aux_sym_variable_assignment_token2,
[2136] = 1,
ACTIONS(562), 1,
aux_sym_variable_assignment_token4,
[2140] = 1,
ACTIONS(564), 1,
anon_sym_EQ,
[2144] = 1,
ACTIONS(566), 1,
aux_sym_variable_assignment_token4,
[2148] = 1,
ACTIONS(568), 1,
sym_command_name,
[2152] = 1,
ACTIONS(570), 1,
sym_comparison_op,
[2156] = 1,
ACTIONS(572), 1,
anon_sym_LPAREN,
[2160] = 1,
ACTIONS(574), 1,
anon_sym_EQ,
[2164] = 1,
ACTIONS(576), 1,
ts_builtin_sym_end,
[2168] = 1,
ACTIONS(578), 1,
anon_sym_EQ,
[2172] = 1,
ACTIONS(348), 1,
aux_sym_variable_assignment_token4,
[2176] = 1,
ACTIONS(580), 1,
anon_sym_EQ,
[2180] = 1,
ACTIONS(582), 1,
anon_sym_EQ,
[2184] = 1,
ACTIONS(584), 1,
anon_sym_EQ,
[2188] = 1,
ACTIONS(586), 1,
aux_sym_for_stmt_token2,
[2192] = 1,
ACTIONS(588), 1,
aux_sym_for_stmt_token3,
[2196] = 1,
ACTIONS(590), 1,
sym_redirect_target,
[2200] = 1,
ACTIONS(592), 1,
anon_sym_RPAREN,
[2204] = 1,
ACTIONS(594), 1,
aux_sym_variable_assignment_token2,
[2208] = 1,
ACTIONS(596), 1,
aux_sym_variable_assignment_token2,
[2212] = 1,
ACTIONS(598), 1,
aux_sym_variable_assignment_token2,
[2216] = 1,
ACTIONS(600), 1,
aux_sym_variable_assignment_token2,
[2220] = 1,
ACTIONS(602), 1,
anon_sym_EQ,
[2224] = 1,
ACTIONS(604), 1,
sym_for_variable,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 77,
[SMALL_STATE(4)] = 153,
[SMALL_STATE(5)] = 229,
[SMALL_STATE(6)] = 305,
[SMALL_STATE(7)] = 338,
[SMALL_STATE(8)] = 371,
[SMALL_STATE(9)] = 404,
[SMALL_STATE(10)] = 437,
[SMALL_STATE(11)] = 467,
[SMALL_STATE(12)] = 497,
[SMALL_STATE(13)] = 518,
[SMALL_STATE(14)] = 537,
[SMALL_STATE(15)] = 556,
[SMALL_STATE(16)] = 586,
[SMALL_STATE(17)] = 614,
[SMALL_STATE(18)] = 640,
[SMALL_STATE(19)] = 670,
[SMALL_STATE(20)] = 694,
[SMALL_STATE(21)] = 718,
[SMALL_STATE(22)] = 733,
[SMALL_STATE(23)] = 758,
[SMALL_STATE(24)] = 789,
[SMALL_STATE(25)] = 812,
[SMALL_STATE(26)] = 835,
[SMALL_STATE(27)] = 850,
[SMALL_STATE(28)] = 865,
[SMALL_STATE(29)] = 886,
[SMALL_STATE(30)] = 907,
[SMALL_STATE(31)] = 938,
[SMALL_STATE(32)] = 952,
[SMALL_STATE(33)] = 974,
[SMALL_STATE(34)] = 988,
[SMALL_STATE(35)] = 1002,
[SMALL_STATE(36)] = 1022,
[SMALL_STATE(37)] = 1036,
[SMALL_STATE(38)] = 1050,
[SMALL_STATE(39)] = 1064,
[SMALL_STATE(40)] = 1084,
[SMALL_STATE(41)] = 1104,
[SMALL_STATE(42)] = 1124,
[SMALL_STATE(43)] = 1145,
[SMALL_STATE(44)] = 1163,
[SMALL_STATE(45)] = 1181,
[SMALL_STATE(46)] = 1193,
[SMALL_STATE(47)] = 1205,
[SMALL_STATE(48)] = 1216,
[SMALL_STATE(49)] = 1231,
[SMALL_STATE(50)] = 1244,
[SMALL_STATE(51)] = 1255,
[SMALL_STATE(52)] = 1270,
[SMALL_STATE(53)] = 1285,
[SMALL_STATE(54)] = 1300,
[SMALL_STATE(55)] = 1311,
[SMALL_STATE(56)] = 1322,
[SMALL_STATE(57)] = 1334,
[SMALL_STATE(58)] = 1350,
[SMALL_STATE(59)] = 1366,
[SMALL_STATE(60)] = 1380,
[SMALL_STATE(61)] = 1396,
[SMALL_STATE(62)] = 1410,
[SMALL_STATE(63)] = 1424,
[SMALL_STATE(64)] = 1438,
[SMALL_STATE(65)] = 1450,
[SMALL_STATE(66)] = 1466,
[SMALL_STATE(67)] = 1480,
[SMALL_STATE(68)] = 1491,
[SMALL_STATE(69)] = 1500,
[SMALL_STATE(70)] = 1509,
[SMALL_STATE(71)] = 1520,
[SMALL_STATE(72)] = 1531,
[SMALL_STATE(73)] = 1542,
[SMALL_STATE(74)] = 1553,
[SMALL_STATE(75)] = 1564,
[SMALL_STATE(76)] = 1570,
[SMALL_STATE(77)] = 1576,
[SMALL_STATE(78)] = 1586,
[SMALL_STATE(79)] = 1592,
[SMALL_STATE(80)] = 1600,
[SMALL_STATE(81)] = 1608,
[SMALL_STATE(82)] = 1616,
[SMALL_STATE(83)] = 1624,
[SMALL_STATE(84)] = 1634,
[SMALL_STATE(85)] = 1644,
[SMALL_STATE(86)] = 1654,
[SMALL_STATE(87)] = 1662,
[SMALL_STATE(88)] = 1669,
[SMALL_STATE(89)] = 1674,
[SMALL_STATE(90)] = 1681,
[SMALL_STATE(91)] = 1686,
[SMALL_STATE(92)] = 1691,
[SMALL_STATE(93)] = 1696,
[SMALL_STATE(94)] = 1703,
[SMALL_STATE(95)] = 1708,
[SMALL_STATE(96)] = 1715,
[SMALL_STATE(97)] = 1722,
[SMALL_STATE(98)] = 1727,
[SMALL_STATE(99)] = 1732,
[SMALL_STATE(100)] = 1739,
[SMALL_STATE(101)] = 1744,
[SMALL_STATE(102)] = 1749,
[SMALL_STATE(103)] = 1754,
[SMALL_STATE(104)] = 1761,
[SMALL_STATE(105)] = 1768,
[SMALL_STATE(106)] = 1773,
[SMALL_STATE(107)] = 1778,
[SMALL_STATE(108)] = 1785,
[SMALL_STATE(109)] = 1792,
[SMALL_STATE(110)] = 1797,
[SMALL_STATE(111)] = 1804,
[SMALL_STATE(112)] = 1809,
[SMALL_STATE(113)] = 1814,
[SMALL_STATE(114)] = 1819,
[SMALL_STATE(115)] = 1826,
[SMALL_STATE(116)] = 1833,
[SMALL_STATE(117)] = 1838,
[SMALL_STATE(118)] = 1845,
[SMALL_STATE(119)] = 1850,
[SMALL_STATE(120)] = 1855,
[SMALL_STATE(121)] = 1860,
[SMALL_STATE(122)] = 1867,
[SMALL_STATE(123)] = 1872,
[SMALL_STATE(124)] = 1877,
[SMALL_STATE(125)] = 1884,
[SMALL_STATE(126)] = 1889,
[SMALL_STATE(127)] = 1894,
[SMALL_STATE(128)] = 1899,
[SMALL_STATE(129)] = 1904,
[SMALL_STATE(130)] = 1909,
[SMALL_STATE(131)] = 1914,
[SMALL_STATE(132)] = 1919,
[SMALL_STATE(133)] = 1924,
[SMALL_STATE(134)] = 1929,
[SMALL_STATE(135)] = 1934,
[SMALL_STATE(136)] = 1939,
[SMALL_STATE(137)] = 1946,
[SMALL_STATE(138)] = 1953,
[SMALL_STATE(139)] = 1958,
[SMALL_STATE(140)] = 1963,
[SMALL_STATE(141)] = 1970,
[SMALL_STATE(142)] = 1977,
[SMALL_STATE(143)] = 1982,
[SMALL_STATE(144)] = 1989,
[SMALL_STATE(145)] = 1996,
[SMALL_STATE(146)] = 2000,
[SMALL_STATE(147)] = 2004,
[SMALL_STATE(148)] = 2008,
[SMALL_STATE(149)] = 2012,
[SMALL_STATE(150)] = 2016,
[SMALL_STATE(151)] = 2020,
[SMALL_STATE(152)] = 2024,
[SMALL_STATE(153)] = 2028,
[SMALL_STATE(154)] = 2032,
[SMALL_STATE(155)] = 2036,
[SMALL_STATE(156)] = 2040,
[SMALL_STATE(157)] = 2044,
[SMALL_STATE(158)] = 2048,
[SMALL_STATE(159)] = 2052,
[SMALL_STATE(160)] = 2056,
[SMALL_STATE(161)] = 2060,
[SMALL_STATE(162)] = 2064,
[SMALL_STATE(163)] = 2068,
[SMALL_STATE(164)] = 2072,
[SMALL_STATE(165)] = 2076,
[SMALL_STATE(166)] = 2080,
[SMALL_STATE(167)] = 2084,
[SMALL_STATE(168)] = 2088,
[SMALL_STATE(169)] = 2092,
[SMALL_STATE(170)] = 2096,
[SMALL_STATE(171)] = 2100,
[SMALL_STATE(172)] = 2104,
[SMALL_STATE(173)] = 2108,
[SMALL_STATE(174)] = 2112,
[SMALL_STATE(175)] = 2116,
[SMALL_STATE(176)] = 2120,
[SMALL_STATE(177)] = 2124,
[SMALL_STATE(178)] = 2128,
[SMALL_STATE(179)] = 2132,
[SMALL_STATE(180)] = 2136,
[SMALL_STATE(181)] = 2140,
[SMALL_STATE(182)] = 2144,
[SMALL_STATE(183)] = 2148,
[SMALL_STATE(184)] = 2152,
[SMALL_STATE(185)] = 2156,
[SMALL_STATE(186)] = 2160,
[SMALL_STATE(187)] = 2164,
[SMALL_STATE(188)] = 2168,
[SMALL_STATE(189)] = 2172,
[SMALL_STATE(190)] = 2176,
[SMALL_STATE(191)] = 2180,
[SMALL_STATE(192)] = 2184,
[SMALL_STATE(193)] = 2188,
[SMALL_STATE(194)] = 2192,
[SMALL_STATE(195)] = 2196,
[SMALL_STATE(196)] = 2200,
[SMALL_STATE(197)] = 2204,
[SMALL_STATE(198)] = 2208,
[SMALL_STATE(199)] = 2212,
[SMALL_STATE(200)] = 2216,
[SMALL_STATE(201)] = 2220,
[SMALL_STATE(202)] = 2224,
};
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_program, 0, 0, 0),
[5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[33] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0),
[35] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(6),
[38] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2),
[41] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(23),
[44] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(160),
[47] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(97),
[50] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(158),
[53] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(43),
[56] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(137),
[59] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(88),
[62] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(67),
[65] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(50),
[68] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(100),
[71] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(136),
[74] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(3),
[77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197),
[85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0),
[89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[95] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 1, 0, 0),
[97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[99] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 1, 0, 0),
[101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10),
[105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_stmt, 2, 0, 0),
[107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_stmt, 2, 0, 0),
[109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 2, 0, 0),
[111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 2, 0, 0),
[113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_stmt, 3, 0, 0),
[115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_stmt, 3, 0, 0),
[117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 1, 0, 0),
[119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 1, 0, 0),
[121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11),
[125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
[127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(41),
[130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
[132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(11),
[135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(11),
[138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0),
[140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paren_expression, 2, 0, 0),
[142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paren_expression, 2, 0, 0),
[144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paren_expression, 3, 0, 0),
[146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paren_expression, 3, 0, 0),
[148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt, 1, 0, 0),
[150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151),
[152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152),
[156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42),
[158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22),
[162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cond_exec, 3, 0, 0),
[164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cond_exec, 3, 0, 0),
[166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_stmt, 3, 0, 0),
[168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_stmt, 3, 0, 0),
[170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_sep, 3, 0, 0),
[172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_sep, 3, 0, 0),
[174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29),
[180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized, 3, 0, 0),
[182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized, 3, 0, 0),
[184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8),
[188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173),
[192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 1, 0, 0),
[208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 1, 0, 0),
[212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0),
[214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0), SHIFT_REPEAT(151),
[217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0), SHIFT_REPEAT(25),
[220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0), SHIFT_REPEAT(152),
[223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0),
[225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized, 2, 0, 0),
[227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized, 2, 0, 0),
[229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized, 4, 0, 0),
[231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized, 4, 0, 0),
[233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(39),
[236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(28),
[239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(28),
[242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
[246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198),
[248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 3, 0, 0),
[250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 3, 0, 0),
[252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_stmt, 4, 0, 0),
[256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_stmt, 4, 0, 0),
[258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirection_repeat1, 3, 0, 0),
[260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirection_repeat1, 3, 0, 0),
[262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40),
[268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35),
[276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setlocal_stmt, 1, 0, 0),
[298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirect_stmt, 2, 0, 0),
[310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirect_stmt, 2, 0, 0),
[312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setlocal_stmt, 2, 0, 0),
[314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_stmt, 1, 0, 0),
[322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_stmt, 2, 0, 0),
[328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_stmt, 3, 0, 0),
[332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 5, 0, 0),
[336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 6, 0, 0),
[340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 4, 0, 0),
[342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 7, 0, 0),
[344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 4, 0, 1),
[360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109),
[362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 7, 0, 4),
[364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125),
[366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 5, 0, 2),
[368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111),
[370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 6, 0, 3),
[372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118),
[374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_endlocal_stmt, 2, 0, 0),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_stmt, 4, 0, 0),
[410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 1, 0, 0),
[416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_endlocal_stmt, 1, 0, 0),
[422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo_off, 3, 0, 0),
[424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 5, 0, 1),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 6, 0, 2),
[444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_stmt, 3, 0, 0),
[446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156),
[448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0),
[454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 7, 0, 3),
[458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 7, 0, 2),
[462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_stmt, 7, 0, 0),
[464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
[466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 8, 0, 4),
[470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 8, 0, 3),
[472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 8, 0, 0),
[474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setlocal_stmt, 3, 0, 0),
[476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_stmt, 8, 0, 0),
[478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 9, 0, 5),
[480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_stmt, 9, 0, 0),
[482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 9, 0, 4),
[484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 10, 0, 5),
[486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_stmt, 10, 0, 0),
[488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_stmt, 2, 0, 0),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[576] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_batch(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.supertype_count = SUPERTYPE_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_command_name,
.primary_state_ids = ts_primary_state_ids,
.name = "batch",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,
.minor_version = 6,
.patch_version = 0,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif