#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#ifdef _MSC_VER
#pragma optimize("", off)
#elif defined(__clang__)
#pragma clang optimize off
#elif defined(__GNUC__)
#pragma GCC optimize ("O0")
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 555
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 130
#define ALIAS_COUNT 1
#define TOKEN_COUNT 78
#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 4
#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,
sym_label = 8,
aux_sym_variable_assignment_token1 = 9,
aux_sym_variable_assignment_token2 = 10,
anon_sym_DQUOTE = 11,
anon_sym_EQ = 12,
anon_sym_CARET_DQUOTE = 13,
aux_sym_caret_quoted_assignment_value_token1 = 14,
anon_sym_PERCENT = 15,
anon_sym_BANG = 16,
anon_sym_CARET_CARET = 17,
anon_sym_CARET = 18,
sym__var_name_pattern = 19,
sym__quoted_var_name_pattern = 20,
aux_sym_arithmetic_assignment_token1 = 21,
aux_sym_prompt_assignment_token1 = 22,
sym_arithmetic_expression = 23,
aux_sym_assignment_value_token1 = 24,
anon_sym_LPAREN = 25,
anon_sym_RPAREN = 26,
aux_sym_quoted_assignment_value_token1 = 27,
aux_sym_if_stmt_token1 = 28,
aux_sym_if_stmt_token2 = 29,
aux_sym_if_stmt_token3 = 30,
aux_sym_if_stmt_token4 = 31,
aux_sym_if_stmt_token5 = 32,
aux_sym_if_stmt_token6 = 33,
aux_sym_if_stmt_token7 = 34,
aux_sym_else_clause_token1 = 35,
sym__if_word = 36,
sym__if_word_rest = 37,
sym_comparison_op = 38,
aux_sym_goto_stmt_token1 = 39,
aux_sym_goto_stmt_token2 = 40,
aux_sym_goto_stmt_token3 = 41,
aux_sym_call_stmt_token1 = 42,
anon_sym_COMMA = 43,
anon_sym_SEMI = 44,
aux_sym_call_stmt_token2 = 45,
aux_sym_exit_stmt_token1 = 46,
aux_sym_exit_stmt_token2 = 47,
aux_sym_setlocal_stmt_token1 = 48,
aux_sym_setlocal_stmt_token2 = 49,
aux_sym_setlocal_stmt_token3 = 50,
aux_sym_setlocal_stmt_token4 = 51,
aux_sym_setlocal_stmt_token5 = 52,
aux_sym_endlocal_stmt_token1 = 53,
aux_sym_for_stmt_token1 = 54,
aux_sym_for_stmt_token2 = 55,
aux_sym_for_stmt_token3 = 56,
sym_for_options = 57,
sym_for_variable = 58,
aux_sym_fd_redirect_token1 = 59,
aux_sym_fd_redirect_token2 = 60,
sym_redirect_op = 61,
sym_redirect_target = 62,
anon_sym_PIPE = 63,
anon_sym_AMP_AMP = 64,
anon_sym_PIPE_PIPE = 65,
anon_sym_AMP = 66,
sym_variable_reference = 67,
sym__variable_reference_immediate = 68,
sym_string = 69,
anon_sym_LBRACK = 70,
aux_sym_bracketed_value_token1 = 71,
anon_sym_RBRACK = 72,
sym__line_continuation = 73,
sym__echo_literal = 74,
sym_command_option = 75,
sym_argument_value = 76,
sym_integer = 77,
sym_program = 78,
sym__stmt = 79,
sym_echo_off = 80,
sym_variable_assignment = 81,
sym_caret_quoted_assignment_value = 82,
sym_arithmetic_assignment = 83,
sym_prompt_assignment = 84,
sym_assignment_value = 85,
sym_assignment_paren_group = 86,
sym_quoted_assignment_value = 87,
sym_if_stmt = 88,
sym_else_clause = 89,
sym__body_stmt = 90,
sym__if_operand = 91,
sym_goto_stmt = 92,
sym_call_stmt = 93,
sym_exit_stmt = 94,
sym_setlocal_stmt = 95,
sym_endlocal_stmt = 96,
sym_for_stmt = 97,
sym_for_set = 98,
sym_for_set_group = 99,
sym_parenthesized = 100,
sym_redirect_stmt = 101,
sym_redirection = 102,
sym_fd_redirect = 103,
sym_pipe_stmt = 104,
sym_cond_exec = 105,
sym_command_sep = 106,
sym_bracketed_value = 107,
sym_cmd = 108,
sym__echo_text = 109,
sym_macro_invocation = 110,
sym_argument_list = 111,
sym__arg = 112,
sym_paren_expression = 113,
aux_sym_program_repeat1 = 114,
aux_sym_variable_assignment_repeat1 = 115,
aux_sym_variable_assignment_repeat2 = 116,
aux_sym_caret_quoted_assignment_value_repeat1 = 117,
aux_sym_assignment_value_repeat1 = 118,
aux_sym_assignment_paren_group_repeat1 = 119,
aux_sym_quoted_assignment_value_repeat1 = 120,
aux_sym__if_operand_repeat1 = 121,
aux_sym__if_operand_repeat2 = 122,
aux_sym_setlocal_stmt_repeat1 = 123,
aux_sym_for_set_repeat1 = 124,
aux_sym_for_set_group_repeat1 = 125,
aux_sym_redirection_repeat1 = 126,
aux_sym_bracketed_value_repeat1 = 127,
aux_sym__echo_text_repeat1 = 128,
aux_sym_argument_list_repeat1 = 129,
alias_sym_for_set_literal = 130,
};
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",
[sym_label] = "label",
[aux_sym_variable_assignment_token1] = "set_keyword",
[aux_sym_variable_assignment_token2] = "variable_assignment_token2",
[anon_sym_DQUOTE] = "\"",
[anon_sym_EQ] = "=",
[anon_sym_CARET_DQUOTE] = "^\"",
[aux_sym_caret_quoted_assignment_value_token1] = "assignment_literal",
[anon_sym_PERCENT] = "assignment_literal",
[anon_sym_BANG] = "assignment_literal",
[anon_sym_CARET_CARET] = "assignment_literal",
[anon_sym_CARET] = "assignment_literal",
[sym__var_name_pattern] = "variable_name",
[sym__quoted_var_name_pattern] = "variable_name",
[aux_sym_arithmetic_assignment_token1] = "set_option",
[aux_sym_prompt_assignment_token1] = "set_option",
[sym_arithmetic_expression] = "arithmetic_expression",
[aux_sym_assignment_value_token1] = "assignment_literal",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[aux_sym_quoted_assignment_value_token1] = "assignment_literal",
[aux_sym_if_stmt_token1] = "if_stmt_token1",
[aux_sym_if_stmt_token2] = "if_option",
[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_if_stmt_token6] = "if_stmt_token6",
[aux_sym_if_stmt_token7] = "if_stmt_token7",
[aux_sym_else_clause_token1] = "else_clause_token1",
[sym__if_word] = "argument_value",
[sym__if_word_rest] = "argument_value",
[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",
[anon_sym_COMMA] = ",",
[anon_sym_SEMI] = ";",
[aux_sym_call_stmt_token2] = "call_stmt_token2",
[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",
[aux_sym_for_stmt_token3] = "for_stmt_token3",
[sym_for_options] = "for_options",
[sym_for_variable] = "for_variable",
[aux_sym_fd_redirect_token1] = "fd_redirect_token1",
[aux_sym_fd_redirect_token2] = "fd_redirect_op",
[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__variable_reference_immediate] = "variable_reference",
[sym_string] = "string",
[anon_sym_LBRACK] = "[",
[aux_sym_bracketed_value_token1] = "bracketed_literal",
[anon_sym_RBRACK] = "]",
[sym__line_continuation] = "_line_continuation",
[sym__echo_literal] = "argument_value",
[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_variable_assignment] = "variable_assignment",
[sym_caret_quoted_assignment_value] = "caret_quoted_assignment_value",
[sym_arithmetic_assignment] = "arithmetic_assignment",
[sym_prompt_assignment] = "prompt_assignment",
[sym_assignment_value] = "assignment_value",
[sym_assignment_paren_group] = "assignment_paren_group",
[sym_quoted_assignment_value] = "quoted_assignment_value",
[sym_if_stmt] = "if_stmt",
[sym_else_clause] = "else_clause",
[sym__body_stmt] = "_body_stmt",
[sym__if_operand] = "_if_operand",
[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_for_set] = "for_set",
[sym_for_set_group] = "for_set_group",
[sym_parenthesized] = "parenthesized",
[sym_redirect_stmt] = "redirect_stmt",
[sym_redirection] = "redirection",
[sym_fd_redirect] = "fd_redirect",
[sym_pipe_stmt] = "pipe_stmt",
[sym_cond_exec] = "cond_exec",
[sym_command_sep] = "command_sep",
[sym_bracketed_value] = "bracketed_value",
[sym_cmd] = "cmd",
[sym__echo_text] = "argument_list",
[sym_macro_invocation] = "macro_invocation",
[sym_argument_list] = "argument_list",
[sym__arg] = "_arg",
[sym_paren_expression] = "paren_expression",
[aux_sym_program_repeat1] = "program_repeat1",
[aux_sym_variable_assignment_repeat1] = "variable_assignment_repeat1",
[aux_sym_variable_assignment_repeat2] = "variable_assignment_repeat2",
[aux_sym_caret_quoted_assignment_value_repeat1] = "caret_quoted_assignment_value_repeat1",
[aux_sym_assignment_value_repeat1] = "assignment_value_repeat1",
[aux_sym_assignment_paren_group_repeat1] = "assignment_paren_group_repeat1",
[aux_sym_quoted_assignment_value_repeat1] = "quoted_assignment_value_repeat1",
[aux_sym__if_operand_repeat1] = "_if_operand_repeat1",
[aux_sym__if_operand_repeat2] = "_if_operand_repeat2",
[aux_sym_setlocal_stmt_repeat1] = "setlocal_stmt_repeat1",
[aux_sym_for_set_repeat1] = "for_set_repeat1",
[aux_sym_for_set_group_repeat1] = "for_set_group_repeat1",
[aux_sym_redirection_repeat1] = "redirection_repeat1",
[aux_sym_bracketed_value_repeat1] = "bracketed_value_repeat1",
[aux_sym__echo_text_repeat1] = "_echo_text_repeat1",
[aux_sym_argument_list_repeat1] = "argument_list_repeat1",
[alias_sym_for_set_literal] = "for_set_literal",
};
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,
[sym_label] = sym_label,
[aux_sym_variable_assignment_token1] = aux_sym_variable_assignment_token1,
[aux_sym_variable_assignment_token2] = aux_sym_variable_assignment_token2,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_CARET_DQUOTE] = anon_sym_CARET_DQUOTE,
[aux_sym_caret_quoted_assignment_value_token1] = aux_sym_caret_quoted_assignment_value_token1,
[anon_sym_PERCENT] = aux_sym_caret_quoted_assignment_value_token1,
[anon_sym_BANG] = aux_sym_caret_quoted_assignment_value_token1,
[anon_sym_CARET_CARET] = aux_sym_caret_quoted_assignment_value_token1,
[anon_sym_CARET] = aux_sym_caret_quoted_assignment_value_token1,
[sym__var_name_pattern] = sym__var_name_pattern,
[sym__quoted_var_name_pattern] = sym__var_name_pattern,
[aux_sym_arithmetic_assignment_token1] = aux_sym_arithmetic_assignment_token1,
[aux_sym_prompt_assignment_token1] = aux_sym_arithmetic_assignment_token1,
[sym_arithmetic_expression] = sym_arithmetic_expression,
[aux_sym_assignment_value_token1] = aux_sym_caret_quoted_assignment_value_token1,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[aux_sym_quoted_assignment_value_token1] = aux_sym_caret_quoted_assignment_value_token1,
[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_if_stmt_token6] = aux_sym_if_stmt_token6,
[aux_sym_if_stmt_token7] = aux_sym_if_stmt_token7,
[aux_sym_else_clause_token1] = aux_sym_else_clause_token1,
[sym__if_word] = sym_argument_value,
[sym__if_word_rest] = sym_argument_value,
[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,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_SEMI] = anon_sym_SEMI,
[aux_sym_call_stmt_token2] = aux_sym_call_stmt_token2,
[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,
[aux_sym_for_stmt_token3] = aux_sym_for_stmt_token3,
[sym_for_options] = sym_for_options,
[sym_for_variable] = sym_for_variable,
[aux_sym_fd_redirect_token1] = aux_sym_fd_redirect_token1,
[aux_sym_fd_redirect_token2] = aux_sym_fd_redirect_token2,
[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__variable_reference_immediate] = sym_variable_reference,
[sym_string] = sym_string,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[aux_sym_bracketed_value_token1] = aux_sym_bracketed_value_token1,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[sym__line_continuation] = sym__line_continuation,
[sym__echo_literal] = sym_argument_value,
[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_variable_assignment] = sym_variable_assignment,
[sym_caret_quoted_assignment_value] = sym_caret_quoted_assignment_value,
[sym_arithmetic_assignment] = sym_arithmetic_assignment,
[sym_prompt_assignment] = sym_prompt_assignment,
[sym_assignment_value] = sym_assignment_value,
[sym_assignment_paren_group] = sym_assignment_paren_group,
[sym_quoted_assignment_value] = sym_quoted_assignment_value,
[sym_if_stmt] = sym_if_stmt,
[sym_else_clause] = sym_else_clause,
[sym__body_stmt] = sym__body_stmt,
[sym__if_operand] = sym__if_operand,
[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_for_set] = sym_for_set,
[sym_for_set_group] = sym_for_set_group,
[sym_parenthesized] = sym_parenthesized,
[sym_redirect_stmt] = sym_redirect_stmt,
[sym_redirection] = sym_redirection,
[sym_fd_redirect] = sym_fd_redirect,
[sym_pipe_stmt] = sym_pipe_stmt,
[sym_cond_exec] = sym_cond_exec,
[sym_command_sep] = sym_command_sep,
[sym_bracketed_value] = sym_bracketed_value,
[sym_cmd] = sym_cmd,
[sym__echo_text] = sym_argument_list,
[sym_macro_invocation] = sym_macro_invocation,
[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_variable_assignment_repeat1] = aux_sym_variable_assignment_repeat1,
[aux_sym_variable_assignment_repeat2] = aux_sym_variable_assignment_repeat2,
[aux_sym_caret_quoted_assignment_value_repeat1] = aux_sym_caret_quoted_assignment_value_repeat1,
[aux_sym_assignment_value_repeat1] = aux_sym_assignment_value_repeat1,
[aux_sym_assignment_paren_group_repeat1] = aux_sym_assignment_paren_group_repeat1,
[aux_sym_quoted_assignment_value_repeat1] = aux_sym_quoted_assignment_value_repeat1,
[aux_sym__if_operand_repeat1] = aux_sym__if_operand_repeat1,
[aux_sym__if_operand_repeat2] = aux_sym__if_operand_repeat2,
[aux_sym_setlocal_stmt_repeat1] = aux_sym_setlocal_stmt_repeat1,
[aux_sym_for_set_repeat1] = aux_sym_for_set_repeat1,
[aux_sym_for_set_group_repeat1] = aux_sym_for_set_group_repeat1,
[aux_sym_redirection_repeat1] = aux_sym_redirection_repeat1,
[aux_sym_bracketed_value_repeat1] = aux_sym_bracketed_value_repeat1,
[aux_sym__echo_text_repeat1] = aux_sym__echo_text_repeat1,
[aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1,
[alias_sym_for_set_literal] = alias_sym_for_set_literal,
};
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,
},
[sym_label] = {
.visible = true,
.named = true,
},
[aux_sym_variable_assignment_token1] = {
.visible = true,
.named = true,
},
[aux_sym_variable_assignment_token2] = {
.visible = false,
.named = false,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_CARET_DQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym_caret_quoted_assignment_value_token1] = {
.visible = true,
.named = true,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = true,
},
[anon_sym_BANG] = {
.visible = true,
.named = true,
},
[anon_sym_CARET_CARET] = {
.visible = true,
.named = true,
},
[anon_sym_CARET] = {
.visible = true,
.named = true,
},
[sym__var_name_pattern] = {
.visible = true,
.named = true,
},
[sym__quoted_var_name_pattern] = {
.visible = true,
.named = true,
},
[aux_sym_arithmetic_assignment_token1] = {
.visible = true,
.named = true,
},
[aux_sym_prompt_assignment_token1] = {
.visible = true,
.named = true,
},
[sym_arithmetic_expression] = {
.visible = true,
.named = true,
},
[aux_sym_assignment_value_token1] = {
.visible = true,
.named = true,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[aux_sym_quoted_assignment_value_token1] = {
.visible = true,
.named = true,
},
[aux_sym_if_stmt_token1] = {
.visible = false,
.named = false,
},
[aux_sym_if_stmt_token2] = {
.visible = true,
.named = true,
},
[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_if_stmt_token6] = {
.visible = false,
.named = false,
},
[aux_sym_if_stmt_token7] = {
.visible = false,
.named = false,
},
[aux_sym_else_clause_token1] = {
.visible = false,
.named = false,
},
[sym__if_word] = {
.visible = true,
.named = true,
},
[sym__if_word_rest] = {
.visible = true,
.named = true,
},
[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,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[aux_sym_call_stmt_token2] = {
.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,
},
[aux_sym_for_stmt_token3] = {
.visible = false,
.named = false,
},
[sym_for_options] = {
.visible = true,
.named = true,
},
[sym_for_variable] = {
.visible = true,
.named = true,
},
[aux_sym_fd_redirect_token1] = {
.visible = false,
.named = false,
},
[aux_sym_fd_redirect_token2] = {
.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__variable_reference_immediate] = {
.visible = true,
.named = true,
},
[sym_string] = {
.visible = true,
.named = true,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[aux_sym_bracketed_value_token1] = {
.visible = true,
.named = true,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[sym__line_continuation] = {
.visible = false,
.named = true,
},
[sym__echo_literal] = {
.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_variable_assignment] = {
.visible = true,
.named = true,
},
[sym_caret_quoted_assignment_value] = {
.visible = true,
.named = true,
},
[sym_arithmetic_assignment] = {
.visible = true,
.named = true,
},
[sym_prompt_assignment] = {
.visible = true,
.named = true,
},
[sym_assignment_value] = {
.visible = true,
.named = true,
},
[sym_assignment_paren_group] = {
.visible = true,
.named = true,
},
[sym_quoted_assignment_value] = {
.visible = true,
.named = true,
},
[sym_if_stmt] = {
.visible = true,
.named = true,
},
[sym_else_clause] = {
.visible = true,
.named = true,
},
[sym__body_stmt] = {
.visible = false,
.named = true,
},
[sym__if_operand] = {
.visible = false,
.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_for_set] = {
.visible = true,
.named = true,
},
[sym_for_set_group] = {
.visible = true,
.named = true,
},
[sym_parenthesized] = {
.visible = true,
.named = true,
},
[sym_redirect_stmt] = {
.visible = true,
.named = true,
},
[sym_redirection] = {
.visible = true,
.named = true,
},
[sym_fd_redirect] = {
.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_bracketed_value] = {
.visible = true,
.named = true,
},
[sym_cmd] = {
.visible = true,
.named = true,
},
[sym__echo_text] = {
.visible = true,
.named = true,
},
[sym_macro_invocation] = {
.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_variable_assignment_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_variable_assignment_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_caret_quoted_assignment_value_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_assignment_value_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_assignment_paren_group_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_quoted_assignment_value_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__if_operand_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__if_operand_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_setlocal_stmt_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_for_set_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_for_set_group_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_redirection_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_bracketed_value_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__echo_text_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_argument_list_repeat1] = {
.visible = false,
.named = false,
},
[alias_sym_for_set_literal] = {
.visible = true,
.named = true,
},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
[1] = {
[0] = sym_command_name,
},
[2] = {
[1] = sym_command_name,
},
[3] = {
[0] = alias_sym_for_set_literal,
},
};
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] = 2,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 10,
[12] = 12,
[13] = 13,
[14] = 12,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 13,
[24] = 21,
[25] = 22,
[26] = 18,
[27] = 15,
[28] = 16,
[29] = 17,
[30] = 20,
[31] = 19,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 33,
[39] = 39,
[40] = 40,
[41] = 40,
[42] = 42,
[43] = 39,
[44] = 44,
[45] = 42,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 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] = 49,
[82] = 58,
[83] = 44,
[84] = 84,
[85] = 85,
[86] = 55,
[87] = 87,
[88] = 60,
[89] = 46,
[90] = 90,
[91] = 91,
[92] = 57,
[93] = 59,
[94] = 77,
[95] = 61,
[96] = 76,
[97] = 66,
[98] = 79,
[99] = 65,
[100] = 50,
[101] = 54,
[102] = 63,
[103] = 103,
[104] = 104,
[105] = 85,
[106] = 91,
[107] = 107,
[108] = 67,
[109] = 70,
[110] = 64,
[111] = 84,
[112] = 80,
[113] = 75,
[114] = 68,
[115] = 78,
[116] = 73,
[117] = 71,
[118] = 118,
[119] = 119,
[120] = 77,
[121] = 76,
[122] = 118,
[123] = 123,
[124] = 103,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 87,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 107,
[134] = 134,
[135] = 119,
[136] = 77,
[137] = 76,
[138] = 138,
[139] = 90,
[140] = 140,
[141] = 85,
[142] = 91,
[143] = 138,
[144] = 144,
[145] = 145,
[146] = 131,
[147] = 147,
[148] = 140,
[149] = 149,
[150] = 130,
[151] = 129,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 125,
[157] = 132,
[158] = 145,
[159] = 85,
[160] = 91,
[161] = 152,
[162] = 147,
[163] = 163,
[164] = 155,
[165] = 165,
[166] = 134,
[167] = 149,
[168] = 154,
[169] = 77,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 173,
[174] = 165,
[175] = 175,
[176] = 70,
[177] = 64,
[178] = 80,
[179] = 75,
[180] = 68,
[181] = 78,
[182] = 119,
[183] = 73,
[184] = 144,
[185] = 104,
[186] = 71,
[187] = 127,
[188] = 188,
[189] = 107,
[190] = 190,
[191] = 76,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 194,
[196] = 163,
[197] = 123,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 107,
[204] = 175,
[205] = 170,
[206] = 90,
[207] = 207,
[208] = 171,
[209] = 87,
[210] = 119,
[211] = 130,
[212] = 140,
[213] = 200,
[214] = 85,
[215] = 91,
[216] = 216,
[217] = 217,
[218] = 188,
[219] = 219,
[220] = 202,
[221] = 221,
[222] = 201,
[223] = 207,
[224] = 193,
[225] = 221,
[226] = 163,
[227] = 165,
[228] = 172,
[229] = 192,
[230] = 173,
[231] = 231,
[232] = 232,
[233] = 233,
[234] = 234,
[235] = 140,
[236] = 217,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 233,
[243] = 243,
[244] = 190,
[245] = 237,
[246] = 199,
[247] = 243,
[248] = 238,
[249] = 249,
[250] = 239,
[251] = 251,
[252] = 252,
[253] = 219,
[254] = 231,
[255] = 238,
[256] = 237,
[257] = 163,
[258] = 165,
[259] = 238,
[260] = 237,
[261] = 261,
[262] = 252,
[263] = 263,
[264] = 264,
[265] = 130,
[266] = 266,
[267] = 267,
[268] = 268,
[269] = 269,
[270] = 270,
[271] = 266,
[272] = 251,
[273] = 270,
[274] = 274,
[275] = 275,
[276] = 276,
[277] = 277,
[278] = 278,
[279] = 279,
[280] = 280,
[281] = 281,
[282] = 282,
[283] = 144,
[284] = 284,
[285] = 285,
[286] = 286,
[287] = 127,
[288] = 288,
[289] = 279,
[290] = 290,
[291] = 284,
[292] = 279,
[293] = 293,
[294] = 294,
[295] = 279,
[296] = 296,
[297] = 284,
[298] = 284,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 305,
[306] = 306,
[307] = 307,
[308] = 308,
[309] = 309,
[310] = 310,
[311] = 311,
[312] = 312,
[313] = 313,
[314] = 314,
[315] = 315,
[316] = 163,
[317] = 165,
[318] = 318,
[319] = 319,
[320] = 127,
[321] = 321,
[322] = 322,
[323] = 323,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 327,
[328] = 328,
[329] = 329,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 144,
[335] = 318,
[336] = 319,
[337] = 321,
[338] = 325,
[339] = 327,
[340] = 330,
[341] = 333,
[342] = 190,
[343] = 199,
[344] = 333,
[345] = 345,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 348,
[350] = 333,
[351] = 347,
[352] = 348,
[353] = 347,
[354] = 348,
[355] = 347,
[356] = 348,
[357] = 347,
[358] = 358,
[359] = 359,
[360] = 360,
[361] = 361,
[362] = 362,
[363] = 332,
[364] = 364,
[365] = 365,
[366] = 366,
[367] = 367,
[368] = 368,
[369] = 369,
[370] = 370,
[371] = 371,
[372] = 372,
[373] = 373,
[374] = 374,
[375] = 375,
[376] = 376,
[377] = 377,
[378] = 378,
[379] = 379,
[380] = 380,
[381] = 362,
[382] = 382,
[383] = 383,
[384] = 365,
[385] = 360,
[386] = 386,
[387] = 387,
[388] = 388,
[389] = 389,
[390] = 390,
[391] = 391,
[392] = 377,
[393] = 393,
[394] = 126,
[395] = 395,
[396] = 396,
[397] = 397,
[398] = 398,
[399] = 399,
[400] = 400,
[401] = 372,
[402] = 402,
[403] = 403,
[404] = 404,
[405] = 358,
[406] = 372,
[407] = 407,
[408] = 372,
[409] = 403,
[410] = 403,
[411] = 403,
[412] = 372,
[413] = 403,
[414] = 402,
[415] = 415,
[416] = 416,
[417] = 416,
[418] = 418,
[419] = 397,
[420] = 36,
[421] = 35,
[422] = 418,
[423] = 415,
[424] = 415,
[425] = 382,
[426] = 37,
[427] = 427,
[428] = 427,
[429] = 418,
[430] = 430,
[431] = 51,
[432] = 432,
[433] = 433,
[434] = 432,
[435] = 435,
[436] = 436,
[437] = 437,
[438] = 438,
[439] = 439,
[440] = 435,
[441] = 441,
[442] = 439,
[443] = 48,
[444] = 435,
[445] = 437,
[446] = 438,
[447] = 433,
[448] = 432,
[449] = 439,
[450] = 438,
[451] = 432,
[452] = 438,
[453] = 432,
[454] = 438,
[455] = 455,
[456] = 456,
[457] = 456,
[458] = 458,
[459] = 459,
[460] = 458,
[461] = 461,
[462] = 441,
[463] = 463,
[464] = 459,
[465] = 465,
[466] = 466,
[467] = 467,
[468] = 468,
[469] = 467,
[470] = 466,
[471] = 471,
[472] = 68,
[473] = 473,
[474] = 474,
[475] = 475,
[476] = 476,
[477] = 477,
[478] = 478,
[479] = 479,
[480] = 480,
[481] = 481,
[482] = 482,
[483] = 478,
[484] = 484,
[485] = 485,
[486] = 486,
[487] = 487,
[488] = 481,
[489] = 489,
[490] = 490,
[491] = 491,
[492] = 492,
[493] = 493,
[494] = 494,
[495] = 489,
[496] = 496,
[497] = 497,
[498] = 475,
[499] = 499,
[500] = 500,
[501] = 476,
[502] = 502,
[503] = 478,
[504] = 504,
[505] = 487,
[506] = 502,
[507] = 507,
[508] = 508,
[509] = 509,
[510] = 510,
[511] = 511,
[512] = 482,
[513] = 513,
[514] = 507,
[515] = 475,
[516] = 496,
[517] = 64,
[518] = 484,
[519] = 491,
[520] = 520,
[521] = 521,
[522] = 477,
[523] = 473,
[524] = 524,
[525] = 525,
[526] = 526,
[527] = 56,
[528] = 528,
[529] = 497,
[530] = 479,
[531] = 531,
[532] = 492,
[533] = 513,
[534] = 528,
[535] = 493,
[536] = 62,
[537] = 486,
[538] = 494,
[539] = 539,
[540] = 508,
[541] = 520,
[542] = 480,
[543] = 543,
[544] = 525,
[545] = 474,
[546] = 490,
[547] = 504,
[548] = 500,
[549] = 539,
[550] = 531,
[551] = 524,
[552] = 471,
[553] = 526,
[554] = 480,
};
static const TSCharacterRange sym__if_word_character_set_1[] = {
{0, 0x08}, {0x0e, 0x1f}, {'#', '$'}, {'\'', '\''}, {'*', ';'}, {'?', 'Z'}, {'\\', '\\'}, {'^', '{'},
{'}', 0x10ffff},
};
static const TSCharacterRange sym_variable_reference_character_set_1[] = {
{'!', '!'}, {'#', '%'}, {'(', ')'}, {'.', '.'}, {'0', ':'}, {'A', '['}, {']', ']'}, {'_', '_'},
{'a', 'z'},
};
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(274);
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'"', 349,
'%', 364,
'&', 540,
'(', 409,
')', 411,
',', 499,
'/', 240,
':', 244,
';', 500,
'=', 351,
'@', 276,
'[', 564,
']', 567,
'^', 367,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(272);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(421);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(431);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(435);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(427);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(587);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 1:
if (lookahead == '\n') ADVANCE(275);
END_STATE();
case 2:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'%', 364,
'&', 542,
'(', 409,
')', 411,
'<', 402,
'>', 401,
'^', 398,
'|', 405,
'\t', 399,
' ', 399,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(404);
if (lookahead != 0) ADVANCE(408);
END_STATE();
case 3:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'%', 364,
'&', 542,
'(', 409,
')', 411,
'^', 398,
'|', 529,
'\t', 400,
' ', 400,
);
if (lookahead != 0) ADVANCE(408);
END_STATE();
case 4:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'%', 364,
'&', 543,
')', 413,
'<', 358,
'>', 357,
'^', 367,
'|', 361,
'\t', 353,
' ', 353,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(360);
if (lookahead != 0) ADVANCE(363);
END_STATE();
case 5:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'%', 364,
'&', 543,
')', 413,
'^', 367,
'|', 530,
'\t', 354,
' ', 354,
);
if (lookahead != 0) ADVANCE(363);
END_STATE();
case 6:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'%', 364,
'&', 543,
'<', 358,
'>', 357,
'^', 367,
'|', 361,
'\t', 355,
' ', 355,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(360);
if (lookahead != 0) ADVANCE(363);
END_STATE();
case 7:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'%', 364,
'&', 543,
'^', 367,
'|', 530,
'\t', 356,
' ', 356,
);
if (lookahead != 0) ADVANCE(363);
END_STATE();
case 8:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'%', 364,
'(', 409,
')', 411,
'\t', 406,
' ', 406,
);
if (lookahead != 0) ADVANCE(408);
END_STATE();
case 9:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 612,
'"', 107,
'%', 595,
'\'', 599,
'(', 410,
')', 412,
'/', 609,
':', 611,
'<', 517,
'>', 518,
'@', 278,
'^', 592,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(9);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(581);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '&' ||
lookahead == '|') ADVANCE(235);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(578);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(583);
if (lookahead != 0) ADVANCE(610);
END_STATE();
case 10:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 613,
'"', 114,
'%', 594,
'&', 540,
'(', 409,
')', 411,
'/', 603,
'<', 520,
'>', 521,
'@', 277,
'^', 591,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(10);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(596);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(604);
END_STATE();
case 11:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 613,
'"', 114,
'%', 594,
'&', 540,
'(', 409,
')', 411,
'/', 603,
'<', 520,
'>', 521,
'^', 591,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(11);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(596);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(604);
END_STATE();
case 12:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 613,
'"', 114,
'%', 593,
'&', 540,
'(', 409,
')', 411,
'/', 603,
'<', 520,
'>', 521,
'^', 591,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(12);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(601);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(596);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(604);
END_STATE();
case 13:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 613,
'"', 114,
'%', 593,
'&', 540,
'(', 409,
')', 411,
'/', 603,
'<', 520,
'>', 521,
'^', 591,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(13);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(596);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(604);
END_STATE();
case 14:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 613,
'"', 114,
'%', 593,
'&', 540,
'(', 409,
')', 411,
'/', 603,
'^', 591,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(14);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '<' &&
lookahead != '>') ADVANCE(604);
END_STATE();
case 15:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 262,
'"', 349,
'%', 95,
'&', 540,
')', 411,
'/', 242,
'<', 520,
'=', 351,
'>', 521,
'^', 99,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(15);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(205);
if (lookahead == '$' ||
lookahead == '.' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(369);
END_STATE();
case 16:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 262,
'"', 114,
'%', 95,
'&', 540,
'(', 409,
')', 411,
',', 499,
':', 260,
';', 500,
'<', 520,
'>', 521,
'@', 276,
'^', 99,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(18);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(580);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(588);
END_STATE();
case 17:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 262,
'"', 114,
'%', 95,
'&', 540,
'(', 409,
')', 411,
',', 499,
':', 260,
';', 500,
'@', 276,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(19);
if (lookahead == '$' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(588);
END_STATE();
case 18:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 262,
'"', 114,
'%', 95,
'&', 540,
'(', 409,
')', 411,
':', 260,
'<', 520,
'>', 521,
'@', 276,
'^', 99,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(18);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(580);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(588);
END_STATE();
case 19:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 262,
'"', 114,
'%', 95,
'&', 540,
'(', 409,
')', 411,
':', 260,
'@', 276,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(19);
if (lookahead == '$' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(588);
END_STATE();
case 20:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 262,
'"', 114,
'%', 95,
'&', 540,
')', 411,
'/', 243,
'=', 207,
'|', 218,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(20);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(250);
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(247);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(246);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(245);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614);
END_STATE();
case 21:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 262,
'"', 114,
'%', 95,
'&', 539,
'(', 409,
')', 411,
'/', 453,
'[', 564,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(21);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(448);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(461);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(459);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != ']' &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 22:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 577,
'"', 114,
'%', 571,
'&', 540,
'(', 569,
')', 411,
'<', 520,
'>', 521,
'^', 570,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(22);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(574);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(575);
END_STATE();
case 23:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 577,
'"', 114,
'%', 571,
'&', 540,
'(', 569,
')', 411,
'<', 520,
'>', 521,
'^', 570,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(23);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(575);
END_STATE();
case 24:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 577,
'"', 114,
'%', 571,
'&', 540,
'(', 569,
')', 411,
'^', 570,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(24);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '<' &&
lookahead != '>') ADVANCE(575);
END_STATE();
case 25:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 577,
'"', 114,
'%', 571,
'&', 540,
'<', 520,
'>', 521,
'^', 570,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(25);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(574);
if (lookahead == '(' ||
lookahead == ')') ADVANCE(569);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(575);
END_STATE();
case 26:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 577,
'"', 114,
'%', 571,
'&', 540,
'<', 520,
'>', 521,
'^', 570,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(26);
if (lookahead == '(' ||
lookahead == ')') ADVANCE(569);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(572);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(575);
END_STATE();
case 27:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 577,
'"', 114,
'%', 571,
'&', 540,
'^', 570,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(27);
if (lookahead == '(' ||
lookahead == ')') ADVANCE(569);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '<' &&
lookahead != '>') ADVANCE(575);
END_STATE();
case 28:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 389,
'"', 267,
'%', 96,
'&', 377,
')', 390,
'<', 379,
'=', 351,
'>', 378,
'^', 376,
'|', 385,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(28);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(382);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(390);
END_STATE();
case 29:
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'%', 128,
'&', 541,
'\'', 212,
')', 412,
':', 236,
'<', 127,
'@', 226,
'|', 219,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(29);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(494);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0) ADVANCE(235);
END_STATE();
case 30:
if (lookahead == '\n') ADVANCE(568);
END_STATE();
case 31:
if (lookahead == '!') ADVANCE(365);
if (lookahead == '"') ADVANCE(349);
if (lookahead == '%') ADVANCE(364);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(414);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(415);
END_STATE();
case 32:
ADVANCE_MAP(
'!', 365,
'%', 364,
'(', 409,
'<', 402,
'>', 401,
'^', 398,
'\t', 403,
' ', 403,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(404);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 33:
if (lookahead == '!') ADVANCE(365);
if (lookahead == '%') ADVANCE(364);
if (lookahead == '<') ADVANCE(358);
if (lookahead == '>') ADVANCE(357);
if (lookahead == '^') ADVANCE(367);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(359);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(360);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(363);
END_STATE();
case 34:
if (lookahead == '!') ADVANCE(544);
END_STATE();
case 35:
if (lookahead == '!') ADVANCE(544);
if (lookahead == ':') ADVANCE(268);
if (lookahead == '[') ADVANCE(200);
if (lookahead == '(' ||
lookahead == ')' ||
lookahead == ']') ADVANCE(199);
if (('#' <= lookahead && lookahead <= '%') ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(35);
END_STATE();
case 36:
if (lookahead == '!') ADVANCE(544);
if (lookahead == ':') ADVANCE(268);
if (set_contains(sym_variable_reference_character_set_1, 9, lookahead)) ADVANCE(199);
END_STATE();
case 37:
if (lookahead == '!') ADVANCE(544);
if (lookahead == ']') ADVANCE(38);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(37);
END_STATE();
case 38:
if (lookahead == '!') ADVANCE(544);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(38);
END_STATE();
case 39:
ADVANCE_MAP(
'!', 233,
'"', 107,
'%', 108,
'\'', 212,
'(', 410,
':', 237,
'<', 517,
'>', 518,
'@', 279,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(39);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(584);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(579);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(586);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 40:
if (lookahead == '!') ADVANCE(235);
if (lookahead == '\'') ADVANCE(48);
if (lookahead == ']') ADVANCE(67);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(40);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(51);
END_STATE();
case 41:
if (lookahead == '!') ADVANCE(235);
if (lookahead == '\'') ADVANCE(49);
if (lookahead == ']') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(41);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(53);
END_STATE();
case 42:
if (lookahead == '!') ADVANCE(235);
if (lookahead == ':') ADVANCE(50);
if (lookahead == ']') ADVANCE(59);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(40);
if (('#' <= lookahead && lookahead <= '%') ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= '[') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(42);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(51);
END_STATE();
case 43:
if (lookahead == '!') ADVANCE(235);
if (lookahead == ':') ADVANCE(52);
if (lookahead == ']') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(41);
if (('#' <= lookahead && lookahead <= '%') ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= '[') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(43);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(53);
END_STATE();
case 44:
if (lookahead == '!') ADVANCE(235);
if (lookahead == 'B') ADVANCE(46);
if (lookahead == ']') ADVANCE(67);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(40);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(51);
END_STATE();
case 45:
if (lookahead == '!') ADVANCE(235);
if (lookahead == 'B') ADVANCE(47);
if (lookahead == ']') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(41);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(53);
END_STATE();
case 46:
if (lookahead == '!') ADVANCE(235);
if (lookahead == 'S') ADVANCE(296);
if (lookahead == ']') ADVANCE(67);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(40);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(51);
END_STATE();
case 47:
if (lookahead == '!') ADVANCE(235);
if (lookahead == 'S') ADVANCE(296);
if (lookahead == ']') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(41);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(53);
END_STATE();
case 48:
if (lookahead == '!') ADVANCE(235);
if (lookahead == 'V') ADVANCE(44);
if (lookahead == ']') ADVANCE(67);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(40);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(51);
END_STATE();
case 49:
if (lookahead == '!') ADVANCE(235);
if (lookahead == 'V') ADVANCE(45);
if (lookahead == ']') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(41);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(53);
END_STATE();
case 50:
if (lookahead == '!') ADVANCE(235);
if (lookahead == ']') ADVANCE(68);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(66);
END_STATE();
case 51:
if (lookahead == '!') ADVANCE(235);
if (lookahead == ']') ADVANCE(67);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(40);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(51);
END_STATE();
case 52:
if (lookahead == '!') ADVANCE(235);
if (lookahead == ']') ADVANCE(81);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(70);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(79);
END_STATE();
case 53:
if (lookahead == '!') ADVANCE(235);
if (lookahead == ']') ADVANCE(80);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(41);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(53);
END_STATE();
case 54:
if (lookahead == '!') ADVANCE(235);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(56);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(68);
END_STATE();
case 55:
if (lookahead == '!') ADVANCE(235);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(69);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(81);
END_STATE();
case 56:
if (lookahead == '!') ADVANCE(551);
if (lookahead == '\'') ADVANCE(64);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(56);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(68);
END_STATE();
case 57:
if (lookahead == '!') ADVANCE(551);
if (lookahead == '\'') ADVANCE(65);
if (lookahead == ']') ADVANCE(68);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(66);
END_STATE();
case 58:
if (lookahead == '!') ADVANCE(551);
if (lookahead == ':') ADVANCE(54);
if (lookahead == '[') ADVANCE(42);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '(' ||
lookahead == ')' ||
lookahead == ']') ADVANCE(201);
if (('#' <= lookahead && lookahead <= '%') ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(58);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 59:
if (lookahead == '!') ADVANCE(551);
if (lookahead == ':') ADVANCE(54);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (set_contains(sym_variable_reference_character_set_1, 9, lookahead)) ADVANCE(201);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 60:
if (lookahead == '!') ADVANCE(551);
if (lookahead == 'B') ADVANCE(62);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(56);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(68);
END_STATE();
case 61:
if (lookahead == '!') ADVANCE(551);
if (lookahead == 'B') ADVANCE(63);
if (lookahead == ']') ADVANCE(68);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(66);
END_STATE();
case 62:
if (lookahead == '!') ADVANCE(551);
if (lookahead == 'S') ADVANCE(298);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(56);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(68);
END_STATE();
case 63:
if (lookahead == '!') ADVANCE(551);
if (lookahead == 'S') ADVANCE(295);
if (lookahead == ']') ADVANCE(68);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(66);
END_STATE();
case 64:
if (lookahead == '!') ADVANCE(551);
if (lookahead == 'V') ADVANCE(60);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(56);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(68);
END_STATE();
case 65:
if (lookahead == '!') ADVANCE(551);
if (lookahead == 'V') ADVANCE(61);
if (lookahead == ']') ADVANCE(68);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(66);
END_STATE();
case 66:
if (lookahead == '!') ADVANCE(551);
if (lookahead == ']') ADVANCE(68);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(66);
END_STATE();
case 67:
if (lookahead == '!') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 68:
if (lookahead == '!') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(56);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(68);
END_STATE();
case 69:
if (lookahead == '!') ADVANCE(560);
if (lookahead == '\'') ADVANCE(77);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(69);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(81);
END_STATE();
case 70:
if (lookahead == '!') ADVANCE(560);
if (lookahead == '\'') ADVANCE(78);
if (lookahead == ']') ADVANCE(81);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(70);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(79);
END_STATE();
case 71:
if (lookahead == '!') ADVANCE(560);
if (lookahead == ':') ADVANCE(55);
if (lookahead == '[') ADVANCE(43);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '(' ||
lookahead == ')' ||
lookahead == ']') ADVANCE(204);
if (('#' <= lookahead && lookahead <= '%') ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(71);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 72:
if (lookahead == '!') ADVANCE(560);
if (lookahead == ':') ADVANCE(55);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (set_contains(sym_variable_reference_character_set_1, 9, lookahead)) ADVANCE(204);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 73:
if (lookahead == '!') ADVANCE(560);
if (lookahead == 'B') ADVANCE(75);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(69);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(81);
END_STATE();
case 74:
if (lookahead == '!') ADVANCE(560);
if (lookahead == 'B') ADVANCE(76);
if (lookahead == ']') ADVANCE(81);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(70);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(79);
END_STATE();
case 75:
if (lookahead == '!') ADVANCE(560);
if (lookahead == 'S') ADVANCE(298);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(69);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(81);
END_STATE();
case 76:
if (lookahead == '!') ADVANCE(560);
if (lookahead == 'S') ADVANCE(295);
if (lookahead == ']') ADVANCE(81);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(70);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(79);
END_STATE();
case 77:
if (lookahead == '!') ADVANCE(560);
if (lookahead == 'V') ADVANCE(73);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(69);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(81);
END_STATE();
case 78:
if (lookahead == '!') ADVANCE(560);
if (lookahead == 'V') ADVANCE(74);
if (lookahead == ']') ADVANCE(81);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(70);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(79);
END_STATE();
case 79:
if (lookahead == '!') ADVANCE(560);
if (lookahead == ']') ADVANCE(81);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(70);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(79);
END_STATE();
case 80:
if (lookahead == '!') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 81:
if (lookahead == '!') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(69);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(81);
END_STATE();
case 82:
if (lookahead == '!') ADVANCE(262);
if (lookahead == '"') ADVANCE(114);
if (lookahead == '%') ADVANCE(95);
if (lookahead == '(') ADVANCE(409);
if (lookahead == '[') ADVANCE(564);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(82);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(448);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(461);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(459);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != ']' &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 83:
if (lookahead == '!') ADVANCE(262);
if (lookahead == '"') ADVANCE(114);
if (lookahead == '%') ADVANCE(95);
if (lookahead == '(') ADVANCE(409);
if (lookahead == '[') ADVANCE(564);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(83);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(448);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(461);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != ']' &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 84:
if (lookahead == '!') ADVANCE(262);
if (lookahead == '"') ADVANCE(114);
if (lookahead == '%') ADVANCE(95);
if (lookahead == '(') ADVANCE(409);
if (lookahead == '[') ADVANCE(564);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(84);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(469);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < '$' || '&' < lookahead) &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != ']' &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 85:
if (lookahead == '!') ADVANCE(262);
if (lookahead == '%') ADVANCE(95);
if (lookahead == ']') ADVANCE(567);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(565);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '[') ADVANCE(566);
END_STATE();
case 86:
if (lookahead == '!') ADVANCE(389);
if (lookahead == '"') ADVANCE(350);
if (lookahead == '%') ADVANCE(96);
if (lookahead == '=') ADVANCE(351);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(86);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(390);
END_STATE();
case 87:
if (lookahead == '!') ADVANCE(553);
END_STATE();
case 88:
if (lookahead == '!') ADVANCE(553);
if (lookahead == ':') ADVANCE(269);
if (lookahead == '[') ADVANCE(202);
if (lookahead == '(' ||
lookahead == ')' ||
lookahead == ']') ADVANCE(203);
if (('#' <= lookahead && lookahead <= '%') ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(88);
END_STATE();
case 89:
if (lookahead == '!') ADVANCE(553);
if (lookahead == ':') ADVANCE(269);
if (set_contains(sym_variable_reference_character_set_1, 9, lookahead)) ADVANCE(203);
END_STATE();
case 90:
if (lookahead == '!') ADVANCE(553);
if (lookahead == ']') ADVANCE(91);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(90);
END_STATE();
case 91:
if (lookahead == '!') ADVANCE(553);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(91);
END_STATE();
case 92:
if (lookahead == '!') ADVANCE(263);
if (lookahead == '%') ADVANCE(117);
if (lookahead == '=') ADVANCE(207);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(206);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(486);
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(483);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(482);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(484);
if ((!eof && set_contains(sym__if_word_character_set_1, 9, lookahead))) ADVANCE(490);
END_STATE();
case 93:
ADVANCE_MAP(
'!', 234,
'"', 107,
'%', 120,
'\'', 474,
'(', 410,
':', 481,
'<', 517,
'>', 518,
'@', 280,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(39);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(475);
if (lookahead == 0x0b ||
lookahead == '\f' ||
('&' <= lookahead && lookahead <= ')') ||
lookahead == '=' ||
lookahead == '[' ||
lookahead == ']' ||
lookahead == '|') ADVANCE(235);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(471);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(479);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 94:
if (lookahead == '"') ADVANCE(349);
if (lookahead == '/') ADVANCE(261);
if (lookahead == '=') ADVANCE(351);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(348);
if (lookahead == '$' ||
lookahead == '.' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(369);
END_STATE();
case 95:
ADVANCE_MAP(
'"', 143,
'%', 181,
'\\', 141,
'~', 258,
'+', 142,
'-', 142,
'/', 140,
'<', 140,
'>', 140,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(547);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(139);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
(lookahead < '<' || '>' < lookahead)) ADVANCE(138);
END_STATE();
case 96:
ADVANCE_MAP(
'"', 143,
'%', 388,
'\\', 141,
'~', 258,
'+', 142,
'-', 142,
'/', 140,
'<', 140,
'>', 140,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(547);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(139);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
(lookahead < '<' || '>' < lookahead)) ADVANCE(138);
END_STATE();
case 97:
if (lookahead == '"') ADVANCE(138);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '%') ADVANCE(97);
END_STATE();
case 98:
if (lookahead == '"') ADVANCE(505);
if (lookahead != 0) ADVANCE(98);
END_STATE();
case 99:
if (lookahead == '"') ADVANCE(352);
END_STATE();
case 100:
if (lookahead == '"') ADVANCE(98);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(100);
END_STATE();
case 101:
if (lookahead == '"') ADVANCE(235);
if (lookahead == '%') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(113);
END_STATE();
case 102:
if (lookahead == '"') ADVANCE(235);
if (lookahead == '%') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(122);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(126);
END_STATE();
case 103:
if (lookahead == '"') ADVANCE(563);
if (lookahead == '\'') ADVANCE(106);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(107);
END_STATE();
case 104:
if (lookahead == '"') ADVANCE(563);
if (lookahead == 'B') ADVANCE(105);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(107);
END_STATE();
case 105:
if (lookahead == '"') ADVANCE(563);
if (lookahead == 'S') ADVANCE(303);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(107);
END_STATE();
case 106:
if (lookahead == '"') ADVANCE(563);
if (lookahead == 'V') ADVANCE(104);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(107);
END_STATE();
case 107:
if (lookahead == '"') ADVANCE(563);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(103);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(107);
END_STATE();
case 108:
ADVANCE_MAP(
'"', 101,
'#', 129,
'%', 185,
'\\', 157,
'~', 231,
'\t', 197,
' ', 197,
'+', 158,
'-', 158,
'/', 156,
'<', 156,
'>', 156,
0x0b, 235,
'\f', 235,
'=', 235,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(549);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(152);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(159);
END_STATE();
case 109:
if (lookahead == '"') ADVANCE(159);
if (lookahead == '%') ADVANCE(235);
if (lookahead == '\'') ADVANCE(112);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(113);
END_STATE();
case 110:
if (lookahead == '"') ADVANCE(159);
if (lookahead == '%') ADVANCE(235);
if (lookahead == 'B') ADVANCE(111);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(113);
END_STATE();
case 111:
if (lookahead == '"') ADVANCE(159);
if (lookahead == '%') ADVANCE(235);
if (lookahead == 'S') ADVANCE(308);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(113);
END_STATE();
case 112:
if (lookahead == '"') ADVANCE(159);
if (lookahead == '%') ADVANCE(235);
if (lookahead == 'V') ADVANCE(110);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(113);
END_STATE();
case 113:
if (lookahead == '"') ADVANCE(159);
if (lookahead == '%') ADVANCE(235);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(113);
END_STATE();
case 114:
if (lookahead == '"') ADVANCE(562);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(114);
END_STATE();
case 115:
if (lookahead == '"') ADVANCE(370);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '=') ADVANCE(115);
END_STATE();
case 116:
if (lookahead == '"') ADVANCE(395);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(116);
END_STATE();
case 117:
ADVANCE_MAP(
'"', 178,
'%', 190,
'\\', 176,
'~', 259,
'+', 177,
'-', 177,
'/', 175,
'<', 175,
'>', 175,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(556);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(174);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
(lookahead < '<' || '>' < lookahead)) ADVANCE(173);
END_STATE();
case 118:
if (lookahead == '"') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(348);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(397);
END_STATE();
case 119:
if (lookahead == '"') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(396);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(397);
END_STATE();
case 120:
ADVANCE_MAP(
'"', 102,
'#', 131,
'%', 195,
'\\', 169,
'~', 232,
'\t', 197,
' ', 197,
'+', 170,
'-', 170,
'/', 168,
'<', 168,
'>', 168,
0x0b, 235,
'\f', 235,
'=', 235,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(555);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(164);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(171);
END_STATE();
case 121:
if (lookahead == '"') ADVANCE(173);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '%') ADVANCE(121);
END_STATE();
case 122:
if (lookahead == '"') ADVANCE(171);
if (lookahead == '%') ADVANCE(235);
if (lookahead == '\'') ADVANCE(125);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(122);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(126);
END_STATE();
case 123:
if (lookahead == '"') ADVANCE(171);
if (lookahead == '%') ADVANCE(235);
if (lookahead == 'B') ADVANCE(124);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(122);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(126);
END_STATE();
case 124:
if (lookahead == '"') ADVANCE(171);
if (lookahead == '%') ADVANCE(235);
if (lookahead == 'S') ADVANCE(308);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(122);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(126);
END_STATE();
case 125:
if (lookahead == '"') ADVANCE(171);
if (lookahead == '%') ADVANCE(235);
if (lookahead == 'V') ADVANCE(123);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(122);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(126);
END_STATE();
case 126:
if (lookahead == '"') ADVANCE(171);
if (lookahead == '%') ADVANCE(235);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(122);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(126);
END_STATE();
case 127:
if (lookahead == '#') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 128:
if (lookahead == '#') ADVANCE(136);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 129:
if (lookahead == '#') ADVANCE(130);
if (lookahead == '%') ADVANCE(545);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 130:
if (lookahead == '#') ADVANCE(130);
if (lookahead == '%') ADVANCE(315);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 131:
if (lookahead == '#') ADVANCE(130);
if (lookahead == '%') ADVANCE(554);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 132:
if (lookahead == '#') ADVANCE(130);
if (lookahead == '\'') ADVANCE(135);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 133:
if (lookahead == '#') ADVANCE(130);
if (lookahead == 'B') ADVANCE(134);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 134:
if (lookahead == '#') ADVANCE(130);
if (lookahead == 'S') ADVANCE(314);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 135:
if (lookahead == '#') ADVANCE(130);
if (lookahead == 'V') ADVANCE(133);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 136:
if (lookahead == '#') ADVANCE(130);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 137:
if (lookahead == '%') ADVANCE(138);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(137);
END_STATE();
case 138:
if (lookahead == '%') ADVANCE(544);
END_STATE();
case 139:
if (lookahead == '%') ADVANCE(544);
if (lookahead == ':') ADVANCE(270);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!') ADVANCE(139);
END_STATE();
case 140:
if (lookahead == '%') ADVANCE(544);
if (lookahead == '/' ||
lookahead == '<' ||
lookahead == '>') ADVANCE(140);
if (('.' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 141:
if (lookahead == '%') ADVANCE(544);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(141);
END_STATE();
case 142:
if (lookahead == '%') ADVANCE(544);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(142);
END_STATE();
case 143:
if (lookahead == '%') ADVANCE(544);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"') ADVANCE(97);
END_STATE();
case 144:
if (lookahead == '%') ADVANCE(544);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(144);
END_STATE();
case 145:
if (lookahead == '%') ADVANCE(188);
END_STATE();
case 146:
if (lookahead == '%') ADVANCE(266);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(146);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(506);
END_STATE();
case 147:
if (lookahead == '%') ADVANCE(220);
END_STATE();
case 148:
if (lookahead == '%') ADVANCE(235);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(160);
END_STATE();
case 149:
if (lookahead == '%') ADVANCE(235);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(163);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(172);
END_STATE();
case 150:
if (lookahead == '%') ADVANCE(159);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(150);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 151:
if (lookahead == '%') ADVANCE(551);
if (lookahead == '\'') ADVANCE(155);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(160);
END_STATE();
case 152:
if (lookahead == '%') ADVANCE(551);
if (lookahead == ':') ADVANCE(148);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!') ADVANCE(152);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 153:
if (lookahead == '%') ADVANCE(551);
if (lookahead == 'B') ADVANCE(154);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(160);
END_STATE();
case 154:
if (lookahead == '%') ADVANCE(551);
if (lookahead == 'S') ADVANCE(321);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(160);
END_STATE();
case 155:
if (lookahead == '%') ADVANCE(551);
if (lookahead == 'V') ADVANCE(153);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(160);
END_STATE();
case 156:
if (lookahead == '%') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '/' ||
lookahead == '<' ||
lookahead == '>') ADVANCE(156);
if (('.' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(157);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 157:
if (lookahead == '%') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(157);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 158:
if (lookahead == '%') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(158);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 159:
if (lookahead == '%') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 160:
if (lookahead == '%') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(151);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(160);
END_STATE();
case 161:
if (lookahead == '%') ADVANCE(191);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 162:
if (lookahead == '%') ADVANCE(221);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 163:
if (lookahead == '%') ADVANCE(560);
if (lookahead == '\'') ADVANCE(167);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(163);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(172);
END_STATE();
case 164:
if (lookahead == '%') ADVANCE(560);
if (lookahead == ':') ADVANCE(149);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!') ADVANCE(164);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 165:
if (lookahead == '%') ADVANCE(560);
if (lookahead == 'B') ADVANCE(166);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(163);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(172);
END_STATE();
case 166:
if (lookahead == '%') ADVANCE(560);
if (lookahead == 'S') ADVANCE(321);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(163);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(172);
END_STATE();
case 167:
if (lookahead == '%') ADVANCE(560);
if (lookahead == 'V') ADVANCE(165);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(163);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(172);
END_STATE();
case 168:
if (lookahead == '%') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '/' ||
lookahead == '<' ||
lookahead == '>') ADVANCE(168);
if (('.' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(169);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 169:
if (lookahead == '%') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(169);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 170:
if (lookahead == '%') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(170);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 171:
if (lookahead == '%') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 172:
if (lookahead == '%') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(163);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(172);
END_STATE();
case 173:
if (lookahead == '%') ADVANCE(553);
END_STATE();
case 174:
if (lookahead == '%') ADVANCE(553);
if (lookahead == ':') ADVANCE(271);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!') ADVANCE(174);
END_STATE();
case 175:
if (lookahead == '%') ADVANCE(553);
if (lookahead == '/' ||
lookahead == '<' ||
lookahead == '>') ADVANCE(175);
if (('.' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(176);
END_STATE();
case 176:
if (lookahead == '%') ADVANCE(553);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(176);
END_STATE();
case 177:
if (lookahead == '%') ADVANCE(553);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(177);
END_STATE();
case 178:
if (lookahead == '%') ADVANCE(553);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"') ADVANCE(121);
END_STATE();
case 179:
if (lookahead == '%') ADVANCE(553);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(179);
END_STATE();
case 180:
if (lookahead == '%') ADVANCE(264);
END_STATE();
case 181:
if (lookahead == '%') ADVANCE(145);
if (lookahead == '~') ADVANCE(254);
if (lookahead == '$' ||
lookahead == '@' ||
lookahead == '_') ADVANCE(137);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(544);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(546);
END_STATE();
case 182:
if (lookahead == '%') ADVANCE(145);
if (lookahead == '~') ADVANCE(254);
if (lookahead == '$' ||
lookahead == '@' ||
lookahead == '_') ADVANCE(137);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(510);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(511);
END_STATE();
case 183:
if (lookahead == '%') ADVANCE(192);
END_STATE();
case 184:
if (lookahead == '%') ADVANCE(222);
END_STATE();
case 185:
if (lookahead == '%') ADVANCE(161);
if (lookahead == '~') ADVANCE(227);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == '@' ||
lookahead == '_') ADVANCE(150);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(551);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(548);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 186:
if (lookahead == '%') ADVANCE(196);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 187:
if (lookahead == '%') ADVANCE(223);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 188:
if (lookahead == '%') ADVANCE(147);
if (lookahead == '~') ADVANCE(254);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(544);
END_STATE();
case 189:
if (lookahead == '%') ADVANCE(173);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(189);
END_STATE();
case 190:
if (lookahead == '%') ADVANCE(183);
if (lookahead == '~') ADVANCE(255);
if (lookahead == '$' ||
lookahead == '@' ||
lookahead == '_') ADVANCE(189);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(553);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(557);
END_STATE();
case 191:
if (lookahead == '%') ADVANCE(162);
if (lookahead == '~') ADVANCE(227);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(551);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 192:
if (lookahead == '%') ADVANCE(184);
if (lookahead == '~') ADVANCE(255);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(553);
END_STATE();
case 193:
if (lookahead == '%') ADVANCE(171);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(193);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 194:
if (lookahead == '%') ADVANCE(180);
if (lookahead == '/') ADVANCE(248);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(194);
END_STATE();
case 195:
if (lookahead == '%') ADVANCE(186);
if (lookahead == '~') ADVANCE(228);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == '@' ||
lookahead == '_') ADVANCE(193);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(560);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(558);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 196:
if (lookahead == '%') ADVANCE(187);
if (lookahead == '~') ADVANCE(228);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(560);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 197:
if (lookahead == '\'') ADVANCE(213);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 198:
if (lookahead == '/') ADVANCE(241);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(348);
END_STATE();
case 199:
if (lookahead == ':') ADVANCE(268);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead)) &&
lookahead != '!') ADVANCE(199);
END_STATE();
case 200:
if (lookahead == ':') ADVANCE(214);
if (lookahead == ']') ADVANCE(36);
if (('#' <= lookahead && lookahead <= '%') ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= '[') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(200);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!') ADVANCE(215);
END_STATE();
case 201:
if (lookahead == ':') ADVANCE(54);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead)) &&
lookahead != '!') ADVANCE(201);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 202:
if (lookahead == ':') ADVANCE(216);
if (lookahead == ']') ADVANCE(89);
if (('#' <= lookahead && lookahead <= '%') ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= '[') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(202);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!') ADVANCE(217);
END_STATE();
case 203:
if (lookahead == ':') ADVANCE(269);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead)) &&
lookahead != '!') ADVANCE(203);
END_STATE();
case 204:
if (lookahead == ':') ADVANCE(55);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead)) &&
lookahead != '!') ADVANCE(204);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 205:
if (lookahead == '<') ADVANCE(520);
if (lookahead == '>') ADVANCE(521);
END_STATE();
case 206:
if (lookahead == '=') ADVANCE(207);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(206);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(250);
if (lookahead == 'G' ||
lookahead == 'g') ADVANCE(247);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(246);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(245);
END_STATE();
case 207:
if (lookahead == '=') ADVANCE(491);
END_STATE();
case 208:
if (lookahead == 'B') ADVANCE(211);
END_STATE();
case 209:
if (lookahead == 'B') ADVANCE(210);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 210:
if (lookahead == 'S') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 211:
if (lookahead == 'S') ADVANCE(340);
END_STATE();
case 212:
if (lookahead == 'V') ADVANCE(208);
END_STATE();
case 213:
if (lookahead == 'V') ADVANCE(209);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 214:
if (lookahead == ']') ADVANCE(38);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!') ADVANCE(37);
END_STATE();
case 215:
if (lookahead == ']') ADVANCE(34);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!') ADVANCE(215);
END_STATE();
case 216:
if (lookahead == ']') ADVANCE(91);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!') ADVANCE(90);
END_STATE();
case 217:
if (lookahead == ']') ADVANCE(87);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!') ADVANCE(217);
END_STATE();
case 218:
if (lookahead == '|') ADVANCE(535);
END_STATE();
case 219:
if (lookahead == '|') ADVANCE(536);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 220:
if (lookahead == '~') ADVANCE(254);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(544);
END_STATE();
case 221:
if (lookahead == '~') ADVANCE(227);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(551);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 222:
if (lookahead == '~') ADVANCE(255);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(553);
END_STATE();
case 223:
if (lookahead == '~') ADVANCE(228);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(560);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 224:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(225);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 225:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(337);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 226:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(224);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 227:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == ':' ||
lookahead == '_') ADVANCE(227);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(551);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(550);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 228:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == ':' ||
lookahead == '_') ADVANCE(228);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(560);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(559);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 229:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(551);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(229);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 230:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(560);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(230);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 231:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '%' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(551);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(229);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 232:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '%' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(560);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(230);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 233:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == '%' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(58);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 234:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == '%' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(71);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 235:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 236:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(497);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 237:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(235);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 238:
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(346);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 239:
if (lookahead == '\t' ||
lookahead == ' ') SKIP(239);
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(525);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(526);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(527);
END_STATE();
case 240:
ADVANCE_MAP(
'A', 391,
'a', 391,
'B', 504,
'b', 504,
'F', 507,
'f', 507,
'I', 416,
'i', 416,
'P', 393,
'p', 393,
'R', 508,
'r', 508,
'D', 505,
'L', 505,
'd', 505,
'l', 505,
);
END_STATE();
case 241:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(391);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(393);
END_STATE();
case 242:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(392);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(394);
if (('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 243:
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(504);
END_STATE();
case 244:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(502);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(503);
END_STATE();
case 245:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(249);
END_STATE();
case 246:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(249);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(252);
END_STATE();
case 247:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(249);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(251);
END_STATE();
case 248:
ADVANCE_MAP(
'F', 507,
'f', 507,
'R', 508,
'r', 508,
'D', 505,
'L', 505,
'd', 505,
'l', 505,
);
END_STATE();
case 249:
if (lookahead == 'Q' ||
lookahead == 'q') ADVANCE(491);
END_STATE();
case 250:
if (lookahead == 'Q' ||
lookahead == 'q') ADVANCE(253);
END_STATE();
case 251:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(491);
END_STATE();
case 252:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(491);
END_STATE();
case 253:
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(491);
END_STATE();
case 254:
if (lookahead == '$' ||
lookahead == ':' ||
lookahead == '_') ADVANCE(254);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(544);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(552);
END_STATE();
case 255:
if (lookahead == '$' ||
lookahead == ':' ||
lookahead == '_') ADVANCE(255);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(553);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(561);
END_STATE();
case 256:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(544);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(256);
END_STATE();
case 257:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(553);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(257);
END_STATE();
case 258:
if (lookahead == '%' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(544);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(256);
END_STATE();
case 259:
if (lookahead == '%' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(553);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(257);
END_STATE();
case 260:
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(503);
END_STATE();
case 261:
if (('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(265);
END_STATE();
case 262:
if (lookahead == '$' ||
lookahead == '%' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(35);
END_STATE();
case 263:
if (lookahead == '$' ||
lookahead == '%' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(88);
END_STATE();
case 264:
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(510);
END_STATE();
case 265:
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != '$' &&
lookahead != '%' &&
lookahead != ':') ADVANCE(368);
END_STATE();
case 266:
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '%') ADVANCE(506);
END_STATE();
case 267:
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '=') ADVANCE(115);
END_STATE();
case 268:
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!') ADVANCE(38);
END_STATE();
case 269:
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!') ADVANCE(91);
END_STATE();
case 270:
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '%') ADVANCE(144);
END_STATE();
case 271:
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '%') ADVANCE(179);
END_STATE();
case 272:
if (eof) ADVANCE(274);
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 365,
'"', 349,
'%', 364,
'&', 540,
'(', 409,
')', 411,
'/', 240,
':', 244,
'=', 351,
'@', 276,
'[', 564,
']', 567,
'^', 367,
'|', 528,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(272);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(421);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(431);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(435);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(427);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(587);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 273:
if (eof) ADVANCE(274);
ADVANCE_MAP(
'\n', 275,
'\r', 1,
'!', 233,
'"', 107,
'%', 108,
'&', 541,
'\'', 212,
'(', 410,
')', 412,
':', 238,
'<', 517,
'>', 518,
'@', 279,
'|', 219,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(273);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(584);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(579);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(586);
if (lookahead != 0) ADVANCE(235);
END_STATE();
case 274:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 275:
ACCEPT_TOKEN(aux_sym_program_token1);
END_STATE();
case 276:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 277:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == '^') ADVANCE(605);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 278:
ACCEPT_TOKEN(anon_sym_AT);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
'R', 606,
'r', 606,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 279:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(224);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 280:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(476);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 281:
ACCEPT_TOKEN(aux_sym_echo_off_token2);
END_STATE();
case 282:
ACCEPT_TOKEN(aux_sym_echo_off_token3);
END_STATE();
case 283:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == '\'') ADVANCE(292);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(283);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(298);
END_STATE();
case 284:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == '\'') ADVANCE(293);
if (lookahead == ']') ADVANCE(297);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(284);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(296);
END_STATE();
case 285:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == '\'') ADVANCE(294);
if (lookahead == ']') ADVANCE(298);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(285);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(295);
END_STATE();
case 286:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'B') ADVANCE(289);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(283);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(298);
END_STATE();
case 287:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'B') ADVANCE(290);
if (lookahead == ']') ADVANCE(297);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(284);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(296);
END_STATE();
case 288:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'B') ADVANCE(291);
if (lookahead == ']') ADVANCE(298);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(285);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(295);
END_STATE();
case 289:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'S') ADVANCE(298);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(283);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(298);
END_STATE();
case 290:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'S') ADVANCE(296);
if (lookahead == ']') ADVANCE(297);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(284);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(296);
END_STATE();
case 291:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'S') ADVANCE(295);
if (lookahead == ']') ADVANCE(298);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(285);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(295);
END_STATE();
case 292:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'V') ADVANCE(286);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(283);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(298);
END_STATE();
case 293:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'V') ADVANCE(287);
if (lookahead == ']') ADVANCE(297);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(284);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(296);
END_STATE();
case 294:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == 'V') ADVANCE(288);
if (lookahead == ']') ADVANCE(298);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(285);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(295);
END_STATE();
case 295:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == ']') ADVANCE(298);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(285);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(295);
END_STATE();
case 296:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == ']') ADVANCE(297);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(284);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(296);
END_STATE();
case 297:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 298:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '!') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(283);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(298);
END_STATE();
case 299:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(338);
if (lookahead == '\'') ADVANCE(302);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(299);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(303);
END_STATE();
case 300:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(338);
if (lookahead == 'B') ADVANCE(301);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(299);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(303);
END_STATE();
case 301:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(338);
if (lookahead == 'S') ADVANCE(303);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(299);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(303);
END_STATE();
case 302:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(338);
if (lookahead == 'V') ADVANCE(300);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(299);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(303);
END_STATE();
case 303:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(299);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(303);
END_STATE();
case 304:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(320);
if (lookahead == '%') ADVANCE(338);
if (lookahead == '\'') ADVANCE(307);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(304);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(308);
END_STATE();
case 305:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(320);
if (lookahead == '%') ADVANCE(338);
if (lookahead == 'B') ADVANCE(306);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(304);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(308);
END_STATE();
case 306:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(320);
if (lookahead == '%') ADVANCE(338);
if (lookahead == 'S') ADVANCE(308);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(304);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(308);
END_STATE();
case 307:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(320);
if (lookahead == '%') ADVANCE(338);
if (lookahead == 'V') ADVANCE(305);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(304);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(308);
END_STATE();
case 308:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '"') ADVANCE(320);
if (lookahead == '%') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(304);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(308);
END_STATE();
case 309:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '#') ADVANCE(309);
if (lookahead == '%') ADVANCE(314);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(310);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(314);
END_STATE();
case 310:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '#') ADVANCE(309);
if (lookahead == '\'') ADVANCE(313);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(310);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(314);
END_STATE();
case 311:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '#') ADVANCE(309);
if (lookahead == 'B') ADVANCE(312);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(310);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(314);
END_STATE();
case 312:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '#') ADVANCE(309);
if (lookahead == 'S') ADVANCE(314);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(310);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(314);
END_STATE();
case 313:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '#') ADVANCE(309);
if (lookahead == 'V') ADVANCE(311);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(310);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(314);
END_STATE();
case 314:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '#') ADVANCE(309);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(310);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(314);
END_STATE();
case 315:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '#') ADVANCE(130);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 316:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '%') ADVANCE(338);
if (lookahead == '\'') ADVANCE(319);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(316);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(321);
END_STATE();
case 317:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '%') ADVANCE(338);
if (lookahead == 'B') ADVANCE(318);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(316);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(321);
END_STATE();
case 318:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '%') ADVANCE(338);
if (lookahead == 'S') ADVANCE(321);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(316);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(321);
END_STATE();
case 319:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '%') ADVANCE(338);
if (lookahead == 'V') ADVANCE(317);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(316);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(321);
END_STATE();
case 320:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '%') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 321:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '%') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(316);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(321);
END_STATE();
case 322:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\'') ADVANCE(325);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 323:
ACCEPT_TOKEN(sym_comment);
if (lookahead == 'B') ADVANCE(324);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 324:
ACCEPT_TOKEN(sym_comment);
if (lookahead == 'S') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 325:
ACCEPT_TOKEN(sym_comment);
if (lookahead == 'V') ADVANCE(323);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 326:
ACCEPT_TOKEN(sym_comment);
ADVANCE_MAP(
'^', 608,
'\t', 322,
' ', 322,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(583);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 327:
ACCEPT_TOKEN(sym_comment);
ADVANCE_MAP(
'^', 608,
'\t', 322,
' ', 322,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 328:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '^') ADVANCE(328);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '"') ADVANCE(338);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(329);
END_STATE();
case 329:
ACCEPT_TOKEN(sym_comment);
ADVANCE_MAP(
'^', 328,
'\t', 322,
' ', 322,
0x0b, 338,
'\f', 338,
'"', 338,
'&', 338,
'(', 338,
')', 338,
'<', 338,
'>', 338,
'|', 338,
);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(329);
END_STATE();
case 330:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '^') ADVANCE(330);
if (lookahead == '\t' ||
lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == ' ' ||
lookahead == '"') ADVANCE(340);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(331);
END_STATE();
case 331:
ACCEPT_TOKEN(sym_comment);
ADVANCE_MAP(
'^', 330,
'\t', 340,
0x0b, 340,
'\f', 340,
' ', 340,
'"', 340,
'&', 340,
'(', 340,
')', 340,
'<', 340,
'>', 340,
'|', 340,
);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(331);
END_STATE();
case 332:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(479);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 333:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 334:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(338);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(334);
END_STATE();
case 335:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(586);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 336:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 337:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 338:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(338);
END_STATE();
case 339:
ACCEPT_TOKEN(sym_comment);
if (lookahead == '\t' ||
lookahead == 0x0b ||
lookahead == '\f' ||
(' ' <= lookahead && lookahead <= '"') ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(340);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(339);
END_STATE();
case 340:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(340);
END_STATE();
case 341:
ACCEPT_TOKEN(sym_label);
if (lookahead == '\'') ADVANCE(344);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(341);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(347);
END_STATE();
case 342:
ACCEPT_TOKEN(sym_label);
if (lookahead == 'B') ADVANCE(343);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(341);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(347);
END_STATE();
case 343:
ACCEPT_TOKEN(sym_label);
if (lookahead == 'S') ADVANCE(338);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(341);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(347);
END_STATE();
case 344:
ACCEPT_TOKEN(sym_label);
if (lookahead == 'V') ADVANCE(342);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(341);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(347);
END_STATE();
case 345:
ACCEPT_TOKEN(sym_label);
ADVANCE_MAP(
'^', 608,
'\t', 341,
' ', 341,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(345);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 346:
ACCEPT_TOKEN(sym_label);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(341);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(346);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 347:
ACCEPT_TOKEN(sym_label);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(341);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(347);
END_STATE();
case 348:
ACCEPT_TOKEN(aux_sym_variable_assignment_token2);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(348);
END_STATE();
case 349:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 350:
ACCEPT_TOKEN(anon_sym_DQUOTE);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"' &&
lookahead != '=') ADVANCE(115);
END_STATE();
case 351:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 352:
ACCEPT_TOKEN(anon_sym_CARET_DQUOTE);
END_STATE();
case 353:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
ADVANCE_MAP(
'&', 543,
')', 413,
'<', 358,
'>', 357,
'^', 367,
'|', 361,
'\t', 353,
' ', 353,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(360);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&') ADVANCE(363);
END_STATE();
case 354:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead == '&') ADVANCE(543);
if (lookahead == ')') ADVANCE(413);
if (lookahead == '^') ADVANCE(367);
if (lookahead == '|') ADVANCE(530);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(354);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&') ADVANCE(363);
END_STATE();
case 355:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead == '&') ADVANCE(543);
if (lookahead == '<') ADVANCE(358);
if (lookahead == '>') ADVANCE(357);
if (lookahead == '^') ADVANCE(367);
if (lookahead == '|') ADVANCE(361);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(355);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(360);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&') ADVANCE(363);
END_STATE();
case 356:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead == '&') ADVANCE(543);
if (lookahead == '^') ADVANCE(367);
if (lookahead == '|') ADVANCE(530);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(356);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&') ADVANCE(363);
END_STATE();
case 357:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead == '&') ADVANCE(362);
if (lookahead == '>') ADVANCE(363);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 358:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead == '&') ADVANCE(362);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 359:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead == '<') ADVANCE(358);
if (lookahead == '>') ADVANCE(357);
if (lookahead == '^') ADVANCE(367);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(359);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(360);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%') ADVANCE(363);
END_STATE();
case 360:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead == '<') ADVANCE(358);
if (lookahead == '>') ADVANCE(357);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 361:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead == '|') ADVANCE(538);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 362:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(363);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 363:
ACCEPT_TOKEN(aux_sym_caret_quoted_assignment_value_token1);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 364:
ACCEPT_TOKEN(anon_sym_PERCENT);
ADVANCE_MAP(
'"', 143,
'%', 181,
'\\', 141,
'~', 258,
'+', 142,
'-', 142,
'/', 140,
'<', 140,
'>', 140,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(547);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(139);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
(lookahead < '<' || '>' < lookahead)) ADVANCE(138);
END_STATE();
case 365:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '$' ||
lookahead == '%' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(35);
END_STATE();
case 366:
ACCEPT_TOKEN(anon_sym_CARET_CARET);
END_STATE();
case 367:
ACCEPT_TOKEN(anon_sym_CARET);
if (lookahead == '"') ADVANCE(352);
if (lookahead == '^') ADVANCE(366);
END_STATE();
case 368:
ACCEPT_TOKEN(sym__var_name_pattern);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != '$' &&
lookahead != '%' &&
lookahead != ':') ADVANCE(368);
END_STATE();
case 369:
ACCEPT_TOKEN(sym__var_name_pattern);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != ':') ADVANCE(369);
END_STATE();
case 370:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
END_STATE();
case 371:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '!') ADVANCE(390);
if (lookahead == ':') ADVANCE(386);
if (lookahead == '[') ADVANCE(381);
if (lookahead == '(' ||
lookahead == ')' ||
lookahead == ']') ADVANCE(380);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(371);
if (lookahead != 0 &&
(lookahead < '!' || '%' < lookahead) &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 372:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '!') ADVANCE(390);
if (lookahead == ':') ADVANCE(386);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead)) &&
lookahead != '%') ADVANCE(380);
if (lookahead != 0 &&
(lookahead < '!' || '%' < lookahead) &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 373:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '!') ADVANCE(390);
if (lookahead == ']') ADVANCE(374);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '!' &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(373);
END_STATE();
case 374:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '!') ADVANCE(390);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '!' &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(374);
END_STATE();
case 375:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '!') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '!' &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 376:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '"') ADVANCE(352);
if (lookahead != 0 &&
lookahead != '%' &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 377:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '&') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 378:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '&') ADVANCE(387);
if (lookahead == '>') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '=' &&
lookahead != '>') ADVANCE(390);
END_STATE();
case 379:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '&') ADVANCE(387);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 380:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == ':') ADVANCE(386);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead)) &&
lookahead != '!' &&
lookahead != '%') ADVANCE(380);
if (lookahead != 0 &&
(lookahead < '"' || '%' < lookahead) &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 381:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == ':') ADVANCE(383);
if (lookahead == ']') ADVANCE(372);
if (lookahead == '\n' ||
lookahead == '\r' ||
lookahead == '!') ADVANCE(390);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '(' ||
lookahead == ')' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= '[') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(381);
if (lookahead != 0 &&
(lookahead < '!' || '%' < lookahead) &&
lookahead != '=') ADVANCE(384);
END_STATE();
case 382:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '<') ADVANCE(379);
if (lookahead == '>') ADVANCE(378);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '%' &&
(lookahead < '<' || '>' < lookahead)) ADVANCE(390);
END_STATE();
case 383:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == ']') ADVANCE(374);
if (lookahead == '\n' ||
lookahead == '\r' ||
lookahead == '!') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '!' &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(373);
END_STATE();
case 384:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == ']') ADVANCE(375);
if (lookahead == '\n' ||
lookahead == '\r' ||
lookahead == '!') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '!' &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(384);
END_STATE();
case 385:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '|') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 386:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '\n' ||
lookahead == '\r' ||
lookahead == '!') ADVANCE(390);
if (lookahead != 0 &&
lookahead != '!' &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(374);
END_STATE();
case 387:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(390);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 388:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(370);
END_STATE();
case 389:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(371);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 390:
ACCEPT_TOKEN(sym__quoted_var_name_pattern);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '%' &&
lookahead != '=') ADVANCE(390);
END_STATE();
case 391:
ACCEPT_TOKEN(aux_sym_arithmetic_assignment_token1);
END_STATE();
case 392:
ACCEPT_TOKEN(aux_sym_arithmetic_assignment_token1);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != '$' &&
lookahead != '%' &&
lookahead != ':') ADVANCE(368);
END_STATE();
case 393:
ACCEPT_TOKEN(aux_sym_prompt_assignment_token1);
END_STATE();
case 394:
ACCEPT_TOKEN(aux_sym_prompt_assignment_token1);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != '$' &&
lookahead != '%' &&
lookahead != ':') ADVANCE(368);
END_STATE();
case 395:
ACCEPT_TOKEN(sym_arithmetic_expression);
END_STATE();
case 396:
ACCEPT_TOKEN(sym_arithmetic_expression);
if (lookahead == '"') ADVANCE(116);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(396);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(397);
END_STATE();
case 397:
ACCEPT_TOKEN(sym_arithmetic_expression);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '"') ADVANCE(397);
END_STATE();
case 398:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '\n') ADVANCE(568);
if (lookahead == '\r') ADVANCE(30);
if (lookahead != 0 &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 399:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '&') ADVANCE(542);
if (lookahead == '<') ADVANCE(402);
if (lookahead == '>') ADVANCE(401);
if (lookahead == '^') ADVANCE(398);
if (lookahead == '|') ADVANCE(405);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(399);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(404);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 400:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '&') ADVANCE(542);
if (lookahead == '^') ADVANCE(398);
if (lookahead == '|') ADVANCE(529);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(400);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 401:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '&') ADVANCE(407);
if (lookahead == '>') ADVANCE(408);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 402:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '&') ADVANCE(407);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 403:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '<') ADVANCE(402);
if (lookahead == '>') ADVANCE(401);
if (lookahead == '^') ADVANCE(398);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(403);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(404);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 404:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '<') ADVANCE(402);
if (lookahead == '>') ADVANCE(401);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 405:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '|') ADVANCE(537);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 406:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(406);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 407:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(408);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 408:
ACCEPT_TOKEN(aux_sym_assignment_value_token1);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 409:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 410:
ACCEPT_TOKEN(anon_sym_LPAREN);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 411:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 412:
ACCEPT_TOKEN(anon_sym_RPAREN);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 413:
ACCEPT_TOKEN(anon_sym_RPAREN);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 414:
ACCEPT_TOKEN(aux_sym_quoted_assignment_value_token1);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(414);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%') ADVANCE(415);
END_STATE();
case 415:
ACCEPT_TOKEN(aux_sym_quoted_assignment_value_token1);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '"' &&
lookahead != '%') ADVANCE(415);
END_STATE();
case 416:
ACCEPT_TOKEN(aux_sym_if_stmt_token2);
END_STATE();
case 417:
ACCEPT_TOKEN(aux_sym_if_stmt_token3);
END_STATE();
case 418:
ACCEPT_TOKEN(aux_sym_if_stmt_token4);
END_STATE();
case 419:
ACCEPT_TOKEN(aux_sym_if_stmt_token5);
END_STATE();
case 420:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(419);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 421:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(428);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 422:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(446);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 423:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(420);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 424:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(443);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 425:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(432);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 426:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(281);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 427:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(426);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(282);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 428:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(429);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 429:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(434);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 430:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(440);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 431:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
ADVANCE_MAP(
'#', 588,
'-', 588,
'L', 439,
'l', 439,
'R', 438,
'r', 438,
'X', 430,
'x', 430,
);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 432:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(445);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 433:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(424);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 434:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(423);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 435:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(441);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 436:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(437);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 437:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(433);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 438:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(436);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 439:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(422);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 440:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(442);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 441:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(417);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 442:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(418);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 443:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == 'V' ||
lookahead == 'v') ADVANCE(425);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 444:
ACCEPT_TOKEN(aux_sym_if_stmt_token6);
if (lookahead == '#' ||
lookahead == '-') ADVANCE(588);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(444);
END_STATE();
case 445:
ACCEPT_TOKEN(aux_sym_if_stmt_token7);
END_STATE();
case 446:
ACCEPT_TOKEN(aux_sym_else_clause_token1);
END_STATE();
case 447:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(419);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 448:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(452);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 449:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(447);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 450:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(467);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 451:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(456);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 452:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(455);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 453:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(416);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 454:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(464);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 455:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(458);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 456:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(445);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 457:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(450);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 458:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(449);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 459:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(465);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 460:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(462);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 461:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(463);
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(454);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 462:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(457);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 463:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(460);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 464:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(466);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 465:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(417);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 466:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(418);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 467:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == 'V' ||
lookahead == 'v') ADVANCE(451);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 468:
ACCEPT_TOKEN(sym__if_word);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(468);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 469:
ACCEPT_TOKEN(sym__if_word);
if (lookahead == '$' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(469);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
(lookahead < '$' || '&' < lookahead) &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 470:
ACCEPT_TOKEN(sym__if_word);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(470);
END_STATE();
case 471:
ACCEPT_TOKEN(sym__if_word_rest);
ADVANCE_MAP(
'<', 519,
'>', 518,
'\t', 197,
' ', 197,
0x0b, 235,
'\f', 235,
'!', 235,
'"', 235,
'%', 235,
'&', 235,
'(', 235,
')', 235,
'=', 235,
'|', 235,
);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(479);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 472:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'B') ADVANCE(473);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 473:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'S') ADVANCE(339);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 474:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'V') ADVANCE(472);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 475:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(477);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(479);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 476:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(478);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 477:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(332);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(479);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 478:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(333);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 479:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(479);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 480:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(235);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(480);
END_STATE();
case 481:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(322);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '!' ||
lookahead == '"' ||
lookahead == '%' ||
lookahead == '&' ||
lookahead == '(' ||
lookahead == ')' ||
('<' <= lookahead && lookahead <= '>') ||
lookahead == '|') ADVANCE(338);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(480);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(334);
END_STATE();
case 482:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(485);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(488);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 483:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(485);
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(487);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 484:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(485);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 485:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'Q' ||
lookahead == 'q') ADVANCE(491);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 486:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'Q' ||
lookahead == 'q') ADVANCE(489);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 487:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(491);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 488:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(491);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 489:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(491);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 490:
ACCEPT_TOKEN(sym__if_word_rest);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
(lookahead < '<' || '>' < lookahead) &&
lookahead != '|') ADVANCE(490);
END_STATE();
case 491:
ACCEPT_TOKEN(sym_comparison_op);
END_STATE();
case 492:
ACCEPT_TOKEN(aux_sym_goto_stmt_token2);
END_STATE();
case 493:
ACCEPT_TOKEN(aux_sym_goto_stmt_token2);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 494:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(496);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 495:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(493);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 496:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(336);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 497:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(495);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 498:
ACCEPT_TOKEN(aux_sym_goto_stmt_token3);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(498);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 499:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 500:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 501:
ACCEPT_TOKEN(aux_sym_call_stmt_token2);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(492);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(503);
END_STATE();
case 502:
ACCEPT_TOKEN(aux_sym_call_stmt_token2);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(501);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(503);
END_STATE();
case 503:
ACCEPT_TOKEN(aux_sym_call_stmt_token2);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(503);
END_STATE();
case 504:
ACCEPT_TOKEN(aux_sym_exit_stmt_token2);
END_STATE();
case 505:
ACCEPT_TOKEN(sym_for_options);
END_STATE();
case 506:
ACCEPT_TOKEN(sym_for_options);
if (lookahead == '%') ADVANCE(509);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ') ADVANCE(506);
END_STATE();
case 507:
ACCEPT_TOKEN(sym_for_options);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(100);
END_STATE();
case 508:
ACCEPT_TOKEN(sym_for_options);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(146);
END_STATE();
case 509:
ACCEPT_TOKEN(sym_for_options);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '%') ADVANCE(506);
END_STATE();
case 510:
ACCEPT_TOKEN(sym_for_variable);
END_STATE();
case 511:
ACCEPT_TOKEN(sym_for_variable);
if (lookahead == '%') ADVANCE(138);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(137);
END_STATE();
case 512:
ACCEPT_TOKEN(aux_sym_fd_redirect_token1);
END_STATE();
case 513:
ACCEPT_TOKEN(aux_sym_fd_redirect_token1);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 514:
ACCEPT_TOKEN(aux_sym_fd_redirect_token2);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(513);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 515:
ACCEPT_TOKEN(aux_sym_fd_redirect_token2);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(512);
END_STATE();
case 516:
ACCEPT_TOKEN(sym_redirect_op);
END_STATE();
case 517:
ACCEPT_TOKEN(sym_redirect_op);
if (lookahead == '#') ADVANCE(338);
if (lookahead == '&') ADVANCE(514);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 518:
ACCEPT_TOKEN(sym_redirect_op);
if (lookahead == '&') ADVANCE(514);
if (lookahead == '>') ADVANCE(522);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 519:
ACCEPT_TOKEN(sym_redirect_op);
if (lookahead == '&') ADVANCE(514);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 520:
ACCEPT_TOKEN(sym_redirect_op);
if (lookahead == '&') ADVANCE(515);
END_STATE();
case 521:
ACCEPT_TOKEN(sym_redirect_op);
if (lookahead == '&') ADVANCE(515);
if (lookahead == '>') ADVANCE(516);
END_STATE();
case 522:
ACCEPT_TOKEN(sym_redirect_op);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 523:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(527);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(527);
END_STATE();
case 524:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(527);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(527);
END_STATE();
case 525:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(524);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(527);
END_STATE();
case 526:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead == 'U' ||
lookahead == 'u') ADVANCE(523);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(527);
END_STATE();
case 527:
ACCEPT_TOKEN(sym_redirect_target);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '&' &&
lookahead != '<' &&
lookahead != '>' &&
lookahead != '|') ADVANCE(527);
END_STATE();
case 528:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(535);
END_STATE();
case 529:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(537);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 530:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(538);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 531:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 532:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 533:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 534:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 535:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 536:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 537:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 538:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 539:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 540:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(531);
END_STATE();
case 541:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(532);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 542:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(533);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')') ADVANCE(408);
END_STATE();
case 543:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(534);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '^') ADVANCE(363);
END_STATE();
case 544:
ACCEPT_TOKEN(sym_variable_reference);
END_STATE();
case 545:
ACCEPT_TOKEN(sym_variable_reference);
if (lookahead == '#') ADVANCE(130);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 546:
ACCEPT_TOKEN(sym_variable_reference);
if (lookahead == '%') ADVANCE(138);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(137);
END_STATE();
case 547:
ACCEPT_TOKEN(sym_variable_reference);
if (lookahead == '%') ADVANCE(544);
END_STATE();
case 548:
ACCEPT_TOKEN(sym_variable_reference);
if (lookahead == '%') ADVANCE(159);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(150);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 549:
ACCEPT_TOKEN(sym_variable_reference);
if (lookahead == '%') ADVANCE(551);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 550:
ACCEPT_TOKEN(sym_variable_reference);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == ':' ||
lookahead == '_') ADVANCE(227);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(551);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(550);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 551:
ACCEPT_TOKEN(sym_variable_reference);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 552:
ACCEPT_TOKEN(sym_variable_reference);
if (lookahead == '$' ||
lookahead == ':' ||
lookahead == '_') ADVANCE(254);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(544);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(552);
END_STATE();
case 553:
ACCEPT_TOKEN(sym__variable_reference_immediate);
END_STATE();
case 554:
ACCEPT_TOKEN(sym__variable_reference_immediate);
if (lookahead == '#') ADVANCE(130);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(132);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(136);
END_STATE();
case 555:
ACCEPT_TOKEN(sym__variable_reference_immediate);
if (lookahead == '%') ADVANCE(560);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 556:
ACCEPT_TOKEN(sym__variable_reference_immediate);
if (lookahead == '%') ADVANCE(553);
END_STATE();
case 557:
ACCEPT_TOKEN(sym__variable_reference_immediate);
if (lookahead == '%') ADVANCE(173);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(189);
END_STATE();
case 558:
ACCEPT_TOKEN(sym__variable_reference_immediate);
if (lookahead == '%') ADVANCE(171);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if ((set_contains(sym_variable_reference_character_set_1, 9, lookahead) ||
lookahead == '@') &&
lookahead != '!' &&
lookahead != ':') ADVANCE(193);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 559:
ACCEPT_TOKEN(sym__variable_reference_immediate);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == ':' ||
lookahead == '_') ADVANCE(228);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(560);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(559);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 560:
ACCEPT_TOKEN(sym__variable_reference_immediate);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 561:
ACCEPT_TOKEN(sym__variable_reference_immediate);
if (lookahead == '$' ||
lookahead == ':' ||
lookahead == '_') ADVANCE(255);
if (lookahead == '.' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(553);
if (('A' <= lookahead && lookahead <= 'Z') ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(561);
END_STATE();
case 562:
ACCEPT_TOKEN(sym_string);
END_STATE();
case 563:
ACCEPT_TOKEN(sym_string);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 564:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 565:
ACCEPT_TOKEN(aux_sym_bracketed_value_token1);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(565);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != ' ' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '[' &&
lookahead != ']') ADVANCE(566);
END_STATE();
case 566:
ACCEPT_TOKEN(aux_sym_bracketed_value_token1);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r' &&
lookahead != '!' &&
lookahead != '%' &&
lookahead != '[' &&
lookahead != ']') ADVANCE(566);
END_STATE();
case 567:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 568:
ACCEPT_TOKEN(sym__line_continuation);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(568);
END_STATE();
case 569:
ACCEPT_TOKEN(sym__echo_literal);
END_STATE();
case 570:
ACCEPT_TOKEN(sym__echo_literal);
if (lookahead == '\n') ADVANCE(568);
if (lookahead == '\r') ADVANCE(30);
if (lookahead == '^') ADVANCE(576);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%') ADVANCE(575);
END_STATE();
case 571:
ACCEPT_TOKEN(sym__echo_literal);
ADVANCE_MAP(
'"', 143,
'%', 181,
'\\', 141,
'~', 258,
'+', 142,
'-', 142,
'/', 140,
'<', 140,
'>', 140,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(547);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(139);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
(lookahead < '<' || '>' < lookahead)) ADVANCE(138);
END_STATE();
case 572:
ACCEPT_TOKEN(sym__echo_literal);
if (lookahead == '<') ADVANCE(520);
if (lookahead == '>') ADVANCE(521);
if (lookahead == '^') ADVANCE(576);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
lookahead != '|') ADVANCE(575);
END_STATE();
case 573:
ACCEPT_TOKEN(sym__echo_literal);
if (lookahead == '^') ADVANCE(576);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(281);
if (((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) &&
lookahead != '!' &&
lookahead != '%') ADVANCE(575);
END_STATE();
case 574:
ACCEPT_TOKEN(sym__echo_literal);
if (lookahead == '^') ADVANCE(576);
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(573);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(282);
if (((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) &&
lookahead != '!' &&
lookahead != '%') ADVANCE(575);
END_STATE();
case 575:
ACCEPT_TOKEN(sym__echo_literal);
if (lookahead == '^') ADVANCE(576);
if (((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) &&
lookahead != '!' &&
lookahead != '%') ADVANCE(575);
END_STATE();
case 576:
ACCEPT_TOKEN(sym__echo_literal);
if (lookahead == '^') ADVANCE(576);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
(lookahead < ' ' || '"' < lookahead) &&
lookahead != '%') ADVANCE(575);
END_STATE();
case 577:
ACCEPT_TOKEN(sym__echo_literal);
if (lookahead == '$' ||
lookahead == '%' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(35);
END_STATE();
case 578:
ACCEPT_TOKEN(sym_command_name);
ADVANCE_MAP(
'<', 519,
'>', 518,
'^', 608,
'\t', 197,
' ', 197,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'|', 235,
);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(583);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 579:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == '<') ADVANCE(519);
if (lookahead == '>') ADVANCE(518);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(586);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 580:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == '<') ADVANCE(520);
if (lookahead == '>') ADVANCE(521);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(588);
END_STATE();
case 581:
ACCEPT_TOKEN(sym_command_name);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
'E', 582,
'e', 582,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(583);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 582:
ACCEPT_TOKEN(sym_command_name);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
'M', 326,
'm', 326,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(583);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 583:
ACCEPT_TOKEN(sym_command_name);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(583);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 584:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(585);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(586);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 585:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 'M' ||
lookahead == 'm') ADVANCE(335);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(586);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 586:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(586);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 587:
ACCEPT_TOKEN(sym_command_name);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(587);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(588);
END_STATE();
case 588:
ACCEPT_TOKEN(sym_command_name);
if (lookahead == '#' ||
lookahead == '$' ||
lookahead == '-' ||
lookahead == '.' ||
('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(588);
END_STATE();
case 589:
ACCEPT_TOKEN(sym_command_option);
if (lookahead == '^') ADVANCE(605);
if (('0' <= lookahead && lookahead <= ':') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(589);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 590:
ACCEPT_TOKEN(sym_command_option);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (('0' <= lookahead && lookahead <= ':') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(590);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 591:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'\n', 568,
'\r', 30,
'^', 605,
'&', 604,
'(', 604,
')', 604,
'<', 604,
'>', 604,
'|', 604,
);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '"') ADVANCE(604);
END_STATE();
case 592:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'\n', 568,
'\r', 30,
'^', 608,
'\t', 197,
' ', 197,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 610,
'(', 610,
')', 610,
'<', 610,
'>', 610,
'|', 610,
);
if (lookahead != 0) ADVANCE(610);
END_STATE();
case 593:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'"', 143,
'%', 181,
'\\', 141,
'~', 258,
'+', 142,
'-', 142,
'/', 140,
'<', 140,
'>', 140,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(547);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(139);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
(lookahead < '<' || '>' < lookahead)) ADVANCE(138);
END_STATE();
case 594:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'"', 143,
'%', 182,
'\\', 141,
'~', 258,
'+', 142,
'-', 142,
'/', 140,
'<', 140,
'>', 140,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(547);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(139);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
(lookahead < '<' || '>' < lookahead)) ADVANCE(138);
END_STATE();
case 595:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'"', 101,
'#', 129,
'%', 185,
'\\', 157,
'~', 231,
'\t', 197,
' ', 197,
'+', 158,
'-', 158,
'/', 156,
'<', 156,
'>', 156,
0x0b, 235,
'\f', 235,
'=', 235,
);
if (lookahead == '*' ||
('0' <= lookahead && lookahead <= '9')) ADVANCE(549);
if (lookahead == '$' ||
('@' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(152);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(159);
END_STATE();
case 596:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '<') ADVANCE(520);
if (lookahead == '>') ADVANCE(521);
if (lookahead == '^') ADVANCE(605);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '"' &&
lookahead != '&' &&
lookahead != '(' &&
lookahead != ')' &&
lookahead != '|') ADVANCE(604);
END_STATE();
case 597:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == 'B') ADVANCE(598);
if (lookahead == '^') ADVANCE(605);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 598:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == 'S') ADVANCE(331);
if (lookahead == '^') ADVANCE(605);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 599:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == 'V') ADVANCE(597);
if (lookahead == '^') ADVANCE(605);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 600:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(605);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(446);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 601:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(605);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(602);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 602:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(605);
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(600);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 603:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(605);
if (lookahead == '?' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(589);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 604:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(605);
if ((!eof && set_contains(sym_argument_value_character_set_1, 9, lookahead))) ADVANCE(604);
END_STATE();
case 605:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(605);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead) &&
lookahead != ' ' &&
lookahead != '"') ADVANCE(604);
END_STATE();
case 606:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
'E', 607,
'e', 607,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 607:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
'M', 327,
'm', 327,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 608:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '^') ADVANCE(608);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == 0x0b ||
lookahead == '\f' ||
lookahead == '"') ADVANCE(235);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 609:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead == '?' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(590);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 610:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'^', 608,
'\t', 197,
' ', 197,
0x0b, 235,
'\f', 235,
'"', 235,
'&', 235,
'(', 235,
')', 235,
'<', 235,
'>', 235,
'|', 235,
);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(610);
END_STATE();
case 611:
ACCEPT_TOKEN(sym_argument_value);
ADVANCE_MAP(
'^', 328,
'\t', 322,
' ', 322,
0x0b, 338,
'\f', 338,
'"', 338,
'&', 338,
'(', 338,
')', 338,
'<', 338,
'>', 338,
'|', 338,
);
if (lookahead == '$' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(345);
if (lookahead != 0 &&
(lookahead < '\t' || '\r' < lookahead)) ADVANCE(329);
END_STATE();
case 612:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(197);
if (lookahead == '$' ||
lookahead == '%' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(58);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(235);
END_STATE();
case 613:
ACCEPT_TOKEN(sym_argument_value);
if (lookahead == '$' ||
lookahead == '%' ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(35);
END_STATE();
case 614:
ACCEPT_TOKEN(sym_integer);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(614);
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 == 'S' ||
lookahead == 's') ADVANCE(7);
END_STATE();
case 1:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(8);
END_STATE();
case 2:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(9);
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(10);
END_STATE();
case 3:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(11);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(12);
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(13);
END_STATE();
case 4:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(14);
END_STATE();
case 5:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(15);
END_STATE();
case 6:
if (lookahead == 'F' ||
lookahead == 'f') ADVANCE(16);
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(17);
END_STATE();
case 7:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(18);
END_STATE();
case 8:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(19);
END_STATE();
case 9:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(20);
END_STATE();
case 10:
ACCEPT_TOKEN(aux_sym_for_stmt_token3);
END_STATE();
case 11:
if (lookahead == 'H' ||
lookahead == 'h') ADVANCE(21);
END_STATE();
case 12:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(22);
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(23);
END_STATE();
case 13:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(24);
END_STATE();
case 14:
if (lookahead == 'R' ||
lookahead == 'r') ADVANCE(25);
END_STATE();
case 15:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(26);
END_STATE();
case 16:
ACCEPT_TOKEN(aux_sym_if_stmt_token1);
END_STATE();
case 17:
ACCEPT_TOKEN(aux_sym_for_stmt_token2);
END_STATE();
case 18:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(27);
END_STATE();
case 19:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(28);
END_STATE();
case 20:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(29);
END_STATE();
case 21:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(30);
END_STATE();
case 22:
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(31);
END_STATE();
case 23:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(32);
END_STATE();
case 24:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(33);
END_STATE();
case 25:
ACCEPT_TOKEN(aux_sym_for_stmt_token1);
END_STATE();
case 26:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(34);
END_STATE();
case 27:
ACCEPT_TOKEN(aux_sym_variable_assignment_token1);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(35);
END_STATE();
case 28:
ACCEPT_TOKEN(aux_sym_call_stmt_token1);
END_STATE();
case 29:
if (lookahead == 'B' ||
lookahead == 'b') ADVANCE(36);
END_STATE();
case 30:
ACCEPT_TOKEN(aux_sym_echo_off_token1);
END_STATE();
case 31:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(37);
END_STATE();
case 32:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(38);
END_STATE();
case 33:
ACCEPT_TOKEN(aux_sym_exit_stmt_token1);
END_STATE();
case 34:
ACCEPT_TOKEN(aux_sym_goto_stmt_token1);
END_STATE();
case 35:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(39);
END_STATE();
case 36:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(40);
END_STATE();
case 37:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(41);
END_STATE();
case 38:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(42);
END_STATE();
case 39:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(43);
END_STATE();
case 40:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(44);
END_STATE();
case 41:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(45);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(46);
END_STATE();
case 42:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(47);
END_STATE();
case 43:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(48);
END_STATE();
case 44:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(49);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(50);
END_STATE();
case 45:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(51);
END_STATE();
case 46:
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(52);
END_STATE();
case 47:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(53);
END_STATE();
case 48:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(54);
END_STATE();
case 49:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(55);
END_STATE();
case 50:
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(56);
END_STATE();
case 51:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(57);
END_STATE();
case 52:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(58);
END_STATE();
case 53:
ACCEPT_TOKEN(aux_sym_endlocal_stmt_token1);
END_STATE();
case 54:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token1);
END_STATE();
case 55:
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(59);
END_STATE();
case 56:
if (lookahead == 'T' ||
lookahead == 't') ADVANCE(60);
END_STATE();
case 57:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(61);
END_STATE();
case 58:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(62);
END_STATE();
case 59:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(63);
END_STATE();
case 60:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(64);
END_STATE();
case 61:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(65);
END_STATE();
case 62:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(66);
END_STATE();
case 63:
if (lookahead == 'Y' ||
lookahead == 'y') ADVANCE(67);
END_STATE();
case 64:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(68);
END_STATE();
case 65:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(69);
END_STATE();
case 66:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(70);
END_STATE();
case 67:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(71);
END_STATE();
case 68:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(72);
END_STATE();
case 69:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(73);
END_STATE();
case 70:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(74);
END_STATE();
case 71:
if (lookahead == 'D' ||
lookahead == 'd') ADVANCE(75);
END_STATE();
case 72:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(76);
END_STATE();
case 73:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(77);
END_STATE();
case 74:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(78);
END_STATE();
case 75:
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(79);
END_STATE();
case 76:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(80);
END_STATE();
case 77:
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(81);
END_STATE();
case 78:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(82);
END_STATE();
case 79:
if (lookahead == 'X' ||
lookahead == 'x') ADVANCE(83);
END_STATE();
case 80:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(84);
END_STATE();
case 81:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(85);
END_STATE();
case 82:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(86);
END_STATE();
case 83:
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(87);
END_STATE();
case 84:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(88);
END_STATE();
case 85:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(89);
END_STATE();
case 86:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token4);
END_STATE();
case 87:
if (lookahead == 'A' ||
lookahead == 'a') ADVANCE(90);
END_STATE();
case 88:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token5);
END_STATE();
case 89:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(91);
END_STATE();
case 90:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(92);
END_STATE();
case 91:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(93);
END_STATE();
case 92:
if (lookahead == 'S' ||
lookahead == 's') ADVANCE(94);
END_STATE();
case 93:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(95);
END_STATE();
case 94:
if (lookahead == 'I' ||
lookahead == 'i') ADVANCE(96);
END_STATE();
case 95:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(97);
END_STATE();
case 96:
if (lookahead == 'O' ||
lookahead == 'o') ADVANCE(98);
END_STATE();
case 97:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(99);
END_STATE();
case 98:
if (lookahead == 'N' ||
lookahead == 'n') ADVANCE(100);
END_STATE();
case 99:
ACCEPT_TOKEN(aux_sym_setlocal_stmt_token2);
END_STATE();
case 100:
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 = 273},
[2] = {.lex_state = 9},
[3] = {.lex_state = 9},
[4] = {.lex_state = 273},
[5] = {.lex_state = 273},
[6] = {.lex_state = 273},
[7] = {.lex_state = 273},
[8] = {.lex_state = 273},
[9] = {.lex_state = 273},
[10] = {.lex_state = 273},
[11] = {.lex_state = 273},
[12] = {.lex_state = 273},
[13] = {.lex_state = 273},
[14] = {.lex_state = 273},
[15] = {.lex_state = 273},
[16] = {.lex_state = 273},
[17] = {.lex_state = 273},
[18] = {.lex_state = 273},
[19] = {.lex_state = 273},
[20] = {.lex_state = 273},
[21] = {.lex_state = 273},
[22] = {.lex_state = 273},
[23] = {.lex_state = 273},
[24] = {.lex_state = 273},
[25] = {.lex_state = 273},
[26] = {.lex_state = 273},
[27] = {.lex_state = 273},
[28] = {.lex_state = 273},
[29] = {.lex_state = 273},
[30] = {.lex_state = 273},
[31] = {.lex_state = 273},
[32] = {.lex_state = 273},
[33] = {.lex_state = 10},
[34] = {.lex_state = 10},
[35] = {.lex_state = 93},
[36] = {.lex_state = 93},
[37] = {.lex_state = 93},
[38] = {.lex_state = 10},
[39] = {.lex_state = 11},
[40] = {.lex_state = 16},
[41] = {.lex_state = 16},
[42] = {.lex_state = 16},
[43] = {.lex_state = 11},
[44] = {.lex_state = 13},
[45] = {.lex_state = 16},
[46] = {.lex_state = 13},
[47] = {.lex_state = 16},
[48] = {.lex_state = 273},
[49] = {.lex_state = 13},
[50] = {.lex_state = 13},
[51] = {.lex_state = 273},
[52] = {.lex_state = 13},
[53] = {.lex_state = 16},
[54] = {.lex_state = 13},
[55] = {.lex_state = 13},
[56] = {.lex_state = 273},
[57] = {.lex_state = 13},
[58] = {.lex_state = 13},
[59] = {.lex_state = 13},
[60] = {.lex_state = 13},
[61] = {.lex_state = 13},
[62] = {.lex_state = 273},
[63] = {.lex_state = 13},
[64] = {.lex_state = 273},
[65] = {.lex_state = 13},
[66] = {.lex_state = 13},
[67] = {.lex_state = 13},
[68] = {.lex_state = 273},
[69] = {.lex_state = 16},
[70] = {.lex_state = 2},
[71] = {.lex_state = 2},
[72] = {.lex_state = 16},
[73] = {.lex_state = 2},
[74] = {.lex_state = 16},
[75] = {.lex_state = 2},
[76] = {.lex_state = 4},
[77] = {.lex_state = 4},
[78] = {.lex_state = 2},
[79] = {.lex_state = 22},
[80] = {.lex_state = 2},
[81] = {.lex_state = 14},
[82] = {.lex_state = 14},
[83] = {.lex_state = 14},
[84] = {.lex_state = 12},
[85] = {.lex_state = 4},
[86] = {.lex_state = 14},
[87] = {.lex_state = 2},
[88] = {.lex_state = 14},
[89] = {.lex_state = 14},
[90] = {.lex_state = 2},
[91] = {.lex_state = 4},
[92] = {.lex_state = 14},
[93] = {.lex_state = 14},
[94] = {.lex_state = 6},
[95] = {.lex_state = 14},
[96] = {.lex_state = 6},
[97] = {.lex_state = 14},
[98] = {.lex_state = 25},
[99] = {.lex_state = 14},
[100] = {.lex_state = 14},
[101] = {.lex_state = 14},
[102] = {.lex_state = 14},
[103] = {.lex_state = 21},
[104] = {.lex_state = 16},
[105] = {.lex_state = 6},
[106] = {.lex_state = 6},
[107] = {.lex_state = 23},
[108] = {.lex_state = 14},
[109] = {.lex_state = 3},
[110] = {.lex_state = 13},
[111] = {.lex_state = 13},
[112] = {.lex_state = 3},
[113] = {.lex_state = 3},
[114] = {.lex_state = 13},
[115] = {.lex_state = 3},
[116] = {.lex_state = 3},
[117] = {.lex_state = 3},
[118] = {.lex_state = 21},
[119] = {.lex_state = 23},
[120] = {.lex_state = 5},
[121] = {.lex_state = 5},
[122] = {.lex_state = 21},
[123] = {.lex_state = 16},
[124] = {.lex_state = 21},
[125] = {.lex_state = 12},
[126] = {.lex_state = 28},
[127] = {.lex_state = 2},
[128] = {.lex_state = 3},
[129] = {.lex_state = 12},
[130] = {.lex_state = 23},
[131] = {.lex_state = 82},
[132] = {.lex_state = 12},
[133] = {.lex_state = 26},
[134] = {.lex_state = 12},
[135] = {.lex_state = 26},
[136] = {.lex_state = 7},
[137] = {.lex_state = 7},
[138] = {.lex_state = 82},
[139] = {.lex_state = 3},
[140] = {.lex_state = 23},
[141] = {.lex_state = 5},
[142] = {.lex_state = 5},
[143] = {.lex_state = 82},
[144] = {.lex_state = 2},
[145] = {.lex_state = 12},
[146] = {.lex_state = 82},
[147] = {.lex_state = 17},
[148] = {.lex_state = 26},
[149] = {.lex_state = 83},
[150] = {.lex_state = 26},
[151] = {.lex_state = 12},
[152] = {.lex_state = 83},
[153] = {.lex_state = 15},
[154] = {.lex_state = 83},
[155] = {.lex_state = 17},
[156] = {.lex_state = 12},
[157] = {.lex_state = 12},
[158] = {.lex_state = 12},
[159] = {.lex_state = 7},
[160] = {.lex_state = 7},
[161] = {.lex_state = 83},
[162] = {.lex_state = 17},
[163] = {.lex_state = 28},
[164] = {.lex_state = 17},
[165] = {.lex_state = 28},
[166] = {.lex_state = 12},
[167] = {.lex_state = 83},
[168] = {.lex_state = 83},
[169] = {.lex_state = 33},
[170] = {.lex_state = 10},
[171] = {.lex_state = 10},
[172] = {.lex_state = 10},
[173] = {.lex_state = 10},
[174] = {.lex_state = 28},
[175] = {.lex_state = 10},
[176] = {.lex_state = 32},
[177] = {.lex_state = 14},
[178] = {.lex_state = 32},
[179] = {.lex_state = 32},
[180] = {.lex_state = 14},
[181] = {.lex_state = 32},
[182] = {.lex_state = 24},
[183] = {.lex_state = 32},
[184] = {.lex_state = 3},
[185] = {.lex_state = 17},
[186] = {.lex_state = 32},
[187] = {.lex_state = 3},
[188] = {.lex_state = 10},
[189] = {.lex_state = 24},
[190] = {.lex_state = 15},
[191] = {.lex_state = 33},
[192] = {.lex_state = 10},
[193] = {.lex_state = 10},
[194] = {.lex_state = 17},
[195] = {.lex_state = 17},
[196] = {.lex_state = 28},
[197] = {.lex_state = 17},
[198] = {.lex_state = 10},
[199] = {.lex_state = 15},
[200] = {.lex_state = 10},
[201] = {.lex_state = 84},
[202] = {.lex_state = 84},
[203] = {.lex_state = 27},
[204] = {.lex_state = 10},
[205] = {.lex_state = 10},
[206] = {.lex_state = 32},
[207] = {.lex_state = 84},
[208] = {.lex_state = 10},
[209] = {.lex_state = 32},
[210] = {.lex_state = 27},
[211] = {.lex_state = 24},
[212] = {.lex_state = 24},
[213] = {.lex_state = 10},
[214] = {.lex_state = 33},
[215] = {.lex_state = 33},
[216] = {.lex_state = 10},
[217] = {.lex_state = 10},
[218] = {.lex_state = 10},
[219] = {.lex_state = 10},
[220] = {.lex_state = 84},
[221] = {.lex_state = 84},
[222] = {.lex_state = 84},
[223] = {.lex_state = 84},
[224] = {.lex_state = 10},
[225] = {.lex_state = 84},
[226] = {.lex_state = 28},
[227] = {.lex_state = 28},
[228] = {.lex_state = 10},
[229] = {.lex_state = 10},
[230] = {.lex_state = 10},
[231] = {.lex_state = 84},
[232] = {.lex_state = 12},
[233] = {.lex_state = 84},
[234] = {.lex_state = 17},
[235] = {.lex_state = 27},
[236] = {.lex_state = 10},
[237] = {.lex_state = 14},
[238] = {.lex_state = 14},
[239] = {.lex_state = 84},
[240] = {.lex_state = 17},
[241] = {.lex_state = 17},
[242] = {.lex_state = 84},
[243] = {.lex_state = 84},
[244] = {.lex_state = 15},
[245] = {.lex_state = 14},
[246] = {.lex_state = 15},
[247] = {.lex_state = 84},
[248] = {.lex_state = 14},
[249] = {.lex_state = 16},
[250] = {.lex_state = 84},
[251] = {.lex_state = 8},
[252] = {.lex_state = 84},
[253] = {.lex_state = 10},
[254] = {.lex_state = 84},
[255] = {.lex_state = 14},
[256] = {.lex_state = 14},
[257] = {.lex_state = 28},
[258] = {.lex_state = 28},
[259] = {.lex_state = 14},
[260] = {.lex_state = 14},
[261] = {.lex_state = 12},
[262] = {.lex_state = 84},
[263] = {.lex_state = 12},
[264] = {.lex_state = 17},
[265] = {.lex_state = 27},
[266] = {.lex_state = 8},
[267] = {.lex_state = 12},
[268] = {.lex_state = 17},
[269] = {.lex_state = 16},
[270] = {.lex_state = 8},
[271] = {.lex_state = 8},
[272] = {.lex_state = 8},
[273] = {.lex_state = 8},
[274] = {.lex_state = 10},
[275] = {.lex_state = 8},
[276] = {.lex_state = 10},
[277] = {.lex_state = 10},
[278] = {.lex_state = 10},
[279] = {.lex_state = 8},
[280] = {.lex_state = 10},
[281] = {.lex_state = 10},
[282] = {.lex_state = 10},
[283] = {.lex_state = 32},
[284] = {.lex_state = 8},
[285] = {.lex_state = 10},
[286] = {.lex_state = 10},
[287] = {.lex_state = 32},
[288] = {.lex_state = 10},
[289] = {.lex_state = 8},
[290] = {.lex_state = 10},
[291] = {.lex_state = 8},
[292] = {.lex_state = 8},
[293] = {.lex_state = 10},
[294] = {.lex_state = 10},
[295] = {.lex_state = 8},
[296] = {.lex_state = 10},
[297] = {.lex_state = 8},
[298] = {.lex_state = 8},
[299] = {.lex_state = 10},
[300] = {.lex_state = 10},
[301] = {.lex_state = 10},
[302] = {.lex_state = 10},
[303] = {.lex_state = 10},
[304] = {.lex_state = 10},
[305] = {.lex_state = 10},
[306] = {.lex_state = 10},
[307] = {.lex_state = 10},
[308] = {.lex_state = 10},
[309] = {.lex_state = 8},
[310] = {.lex_state = 8},
[311] = {.lex_state = 29},
[312] = {.lex_state = 29},
[313] = {.lex_state = 8},
[314] = {.lex_state = 8},
[315] = {.lex_state = 8},
[316] = {.lex_state = 28},
[317] = {.lex_state = 28},
[318] = {.lex_state = 31},
[319] = {.lex_state = 31},
[320] = {.lex_state = 8},
[321] = {.lex_state = 31},
[322] = {.lex_state = 273},
[323] = {.lex_state = 8},
[324] = {.lex_state = 20},
[325] = {.lex_state = 31},
[326] = {.lex_state = 20},
[327] = {.lex_state = 31},
[328] = {.lex_state = 8},
[329] = {.lex_state = 20},
[330] = {.lex_state = 31},
[331] = {.lex_state = 8},
[332] = {.lex_state = 12},
[333] = {.lex_state = 17},
[334] = {.lex_state = 8},
[335] = {.lex_state = 31},
[336] = {.lex_state = 31},
[337] = {.lex_state = 31},
[338] = {.lex_state = 31},
[339] = {.lex_state = 31},
[340] = {.lex_state = 31},
[341] = {.lex_state = 17},
[342] = {.lex_state = 15},
[343] = {.lex_state = 15},
[344] = {.lex_state = 17},
[345] = {.lex_state = 273},
[346] = {.lex_state = 20},
[347] = {.lex_state = 15},
[348] = {.lex_state = 15},
[349] = {.lex_state = 15},
[350] = {.lex_state = 17},
[351] = {.lex_state = 15},
[352] = {.lex_state = 15},
[353] = {.lex_state = 15},
[354] = {.lex_state = 15},
[355] = {.lex_state = 15},
[356] = {.lex_state = 15},
[357] = {.lex_state = 15},
[358] = {.lex_state = 0},
[359] = {.lex_state = 273},
[360] = {.lex_state = 0},
[361] = {.lex_state = 10},
[362] = {.lex_state = 0},
[363] = {.lex_state = 12},
[364] = {.lex_state = 0},
[365] = {.lex_state = 0},
[366] = {.lex_state = 31},
[367] = {.lex_state = 31},
[368] = {.lex_state = 273},
[369] = {.lex_state = 8},
[370] = {.lex_state = 273},
[371] = {.lex_state = 0},
[372] = {.lex_state = 198},
[373] = {.lex_state = 0},
[374] = {.lex_state = 0},
[375] = {.lex_state = 0},
[376] = {.lex_state = 0},
[377] = {.lex_state = 86},
[378] = {.lex_state = 0},
[379] = {.lex_state = 0},
[380] = {.lex_state = 0},
[381] = {.lex_state = 0},
[382] = {.lex_state = 0},
[383] = {.lex_state = 0},
[384] = {.lex_state = 0},
[385] = {.lex_state = 0},
[386] = {.lex_state = 0},
[387] = {.lex_state = 0},
[388] = {.lex_state = 0},
[389] = {.lex_state = 0},
[390] = {.lex_state = 0},
[391] = {.lex_state = 0},
[392] = {.lex_state = 86},
[393] = {.lex_state = 0},
[394] = {.lex_state = 86},
[395] = {.lex_state = 0},
[396] = {.lex_state = 0},
[397] = {.lex_state = 0},
[398] = {.lex_state = 0},
[399] = {.lex_state = 0},
[400] = {.lex_state = 0},
[401] = {.lex_state = 198},
[402] = {.lex_state = 86},
[403] = {.lex_state = 198},
[404] = {.lex_state = 0},
[405] = {.lex_state = 0},
[406] = {.lex_state = 198},
[407] = {.lex_state = 0},
[408] = {.lex_state = 198},
[409] = {.lex_state = 198},
[410] = {.lex_state = 198},
[411] = {.lex_state = 198},
[412] = {.lex_state = 198},
[413] = {.lex_state = 198},
[414] = {.lex_state = 86},
[415] = {.lex_state = 94},
[416] = {.lex_state = 85},
[417] = {.lex_state = 85},
[418] = {.lex_state = 94},
[419] = {.lex_state = 0},
[420] = {.lex_state = 92},
[421] = {.lex_state = 92},
[422] = {.lex_state = 94},
[423] = {.lex_state = 94},
[424] = {.lex_state = 94},
[425] = {.lex_state = 0},
[426] = {.lex_state = 92},
[427] = {.lex_state = 85},
[428] = {.lex_state = 85},
[429] = {.lex_state = 94},
[430] = {.lex_state = 85},
[431] = {.lex_state = 20},
[432] = {.lex_state = 86},
[433] = {.lex_state = 86},
[434] = {.lex_state = 86},
[435] = {.lex_state = 15},
[436] = {.lex_state = 21},
[437] = {.lex_state = 86},
[438] = {.lex_state = 86},
[439] = {.lex_state = 15},
[440] = {.lex_state = 15},
[441] = {.lex_state = 21},
[442] = {.lex_state = 15},
[443] = {.lex_state = 20},
[444] = {.lex_state = 15},
[445] = {.lex_state = 86},
[446] = {.lex_state = 86},
[447] = {.lex_state = 86},
[448] = {.lex_state = 86},
[449] = {.lex_state = 15},
[450] = {.lex_state = 86},
[451] = {.lex_state = 86},
[452] = {.lex_state = 86},
[453] = {.lex_state = 86},
[454] = {.lex_state = 86},
[455] = {.lex_state = 0},
[456] = {.lex_state = 194},
[457] = {.lex_state = 194},
[458] = {.lex_state = 15},
[459] = {.lex_state = 15},
[460] = {.lex_state = 15},
[461] = {.lex_state = 0},
[462] = {.lex_state = 21},
[463] = {.lex_state = 118},
[464] = {.lex_state = 15},
[465] = {.lex_state = 118},
[466] = {.lex_state = 194},
[467] = {.lex_state = 15},
[468] = {.lex_state = 0},
[469] = {.lex_state = 15},
[470] = {.lex_state = 194},
[471] = {.lex_state = 194},
[472] = {.lex_state = 20},
[473] = {.lex_state = 0},
[474] = {.lex_state = 17},
[475] = {.lex_state = 0},
[476] = {.lex_state = 20},
[477] = {.lex_state = 0},
[478] = {.lex_state = 0},
[479] = {.lex_state = 0},
[480] = {.lex_state = 0},
[481] = {.lex_state = 20},
[482] = {.lex_state = 20},
[483] = {.lex_state = 0},
[484] = {.lex_state = 0},
[485] = {.lex_state = 239},
[486] = {.lex_state = 0},
[487] = {.lex_state = 20},
[488] = {.lex_state = 20},
[489] = {.lex_state = 20},
[490] = {.lex_state = 17},
[491] = {.lex_state = 0},
[492] = {.lex_state = 0},
[493] = {.lex_state = 0},
[494] = {.lex_state = 0},
[495] = {.lex_state = 20},
[496] = {.lex_state = 20},
[497] = {.lex_state = 0},
[498] = {.lex_state = 0},
[499] = {.lex_state = 119},
[500] = {.lex_state = 20},
[501] = {.lex_state = 20},
[502] = {.lex_state = 0},
[503] = {.lex_state = 0},
[504] = {.lex_state = 20},
[505] = {.lex_state = 20},
[506] = {.lex_state = 0},
[507] = {.lex_state = 0},
[508] = {.lex_state = 17},
[509] = {.lex_state = 0},
[510] = {.lex_state = 0},
[511] = {.lex_state = 0},
[512] = {.lex_state = 20},
[513] = {.lex_state = 17},
[514] = {.lex_state = 0},
[515] = {.lex_state = 0},
[516] = {.lex_state = 20},
[517] = {.lex_state = 20},
[518] = {.lex_state = 0},
[519] = {.lex_state = 0},
[520] = {.lex_state = 0},
[521] = {.lex_state = 119},
[522] = {.lex_state = 0},
[523] = {.lex_state = 0},
[524] = {.lex_state = 0},
[525] = {.lex_state = 17},
[526] = {.lex_state = 194},
[527] = {.lex_state = 20},
[528] = {.lex_state = 17},
[529] = {.lex_state = 0},
[530] = {.lex_state = 0},
[531] = {.lex_state = 17},
[532] = {.lex_state = 0},
[533] = {.lex_state = 17},
[534] = {.lex_state = 17},
[535] = {.lex_state = 0},
[536] = {.lex_state = 20},
[537] = {.lex_state = 0},
[538] = {.lex_state = 0},
[539] = {.lex_state = 0},
[540] = {.lex_state = 17},
[541] = {.lex_state = 0},
[542] = {.lex_state = 0},
[543] = {.lex_state = 0},
[544] = {.lex_state = 17},
[545] = {.lex_state = 17},
[546] = {.lex_state = 17},
[547] = {.lex_state = 20},
[548] = {.lex_state = 20},
[549] = {.lex_state = 0},
[550] = {.lex_state = 17},
[551] = {.lex_state = 0},
[552] = {.lex_state = 194},
[553] = {.lex_state = 194},
[554] = {.lex_state = 0},
};
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),
[aux_sym_variable_assignment_token1] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_CARET_DQUOTE] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_BANG] = ACTIONS(1),
[anon_sym_CARET_CARET] = ACTIONS(1),
[anon_sym_CARET] = ACTIONS(1),
[aux_sym_arithmetic_assignment_token1] = ACTIONS(1),
[aux_sym_prompt_assignment_token1] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = 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_if_stmt_token6] = ACTIONS(1),
[aux_sym_if_stmt_token7] = 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_call_stmt_token1] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[aux_sym_call_stmt_token2] = 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),
[aux_sym_for_stmt_token3] = ACTIONS(1),
[sym_for_options] = 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),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[sym_integer] = ACTIONS(1),
},
[STATE(1)] = {
[sym_program] = STATE(509),
[sym__stmt] = STATE(511),
[sym_echo_off] = STATE(425),
[sym_variable_assignment] = STATE(236),
[sym_if_stmt] = STATE(425),
[sym_goto_stmt] = STATE(425),
[sym_call_stmt] = STATE(224),
[sym_exit_stmt] = STATE(425),
[sym_setlocal_stmt] = STATE(425),
[sym_endlocal_stmt] = STATE(425),
[sym_for_stmt] = STATE(425),
[sym_parenthesized] = STATE(224),
[sym_redirect_stmt] = STATE(384),
[sym_redirection] = STATE(195),
[sym_fd_redirect] = STATE(53),
[sym_pipe_stmt] = STATE(384),
[sym_cond_exec] = STATE(425),
[sym_command_sep] = STATE(462),
[sym_cmd] = STATE(224),
[sym_macro_invocation] = STATE(425),
[aux_sym_program_repeat1] = STATE(6),
[aux_sym_redirection_repeat1] = STATE(53),
[ts_builtin_sym_end] = ACTIONS(3),
[sym_command_name] = ACTIONS(5),
[aux_sym_program_token1] = ACTIONS(7),
[anon_sym_AT] = ACTIONS(9),
[aux_sym_echo_off_token1] = ACTIONS(11),
[sym_comment] = ACTIONS(13),
[sym_label] = ACTIONS(15),
[aux_sym_variable_assignment_token1] = ACTIONS(17),
[anon_sym_LPAREN] = ACTIONS(19),
[aux_sym_if_stmt_token1] = ACTIONS(21),
[aux_sym_goto_stmt_token1] = ACTIONS(23),
[aux_sym_call_stmt_token1] = ACTIONS(25),
[aux_sym_exit_stmt_token1] = ACTIONS(27),
[aux_sym_setlocal_stmt_token1] = ACTIONS(29),
[aux_sym_endlocal_stmt_token1] = ACTIONS(31),
[aux_sym_for_stmt_token1] = ACTIONS(33),
[aux_sym_fd_redirect_token1] = ACTIONS(35),
[aux_sym_fd_redirect_token2] = ACTIONS(37),
[sym_redirect_op] = ACTIONS(39),
[sym_variable_reference] = ACTIONS(41),
[sym_string] = ACTIONS(5),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 33,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(43), 1,
aux_sym_program_token1,
ACTIONS(45), 1,
anon_sym_AT,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(49), 1,
sym_comment,
ACTIONS(51), 1,
sym_label,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(55), 1,
anon_sym_LPAREN,
ACTIONS(57), 1,
anon_sym_RPAREN,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(63), 1,
sym_variable_reference,
ACTIONS(65), 1,
sym_string,
ACTIONS(67), 1,
sym__line_continuation,
STATE(5), 1,
aux_sym_program_repeat1,
STATE(194), 1,
sym_redirection,
STATE(217), 1,
sym_variable_assignment,
STATE(441), 1,
sym_command_sep,
STATE(455), 1,
sym__stmt,
ACTIONS(69), 2,
sym_command_option,
sym_argument_value,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(365), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(193), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(245), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
STATE(382), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[115] = 33,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(43), 1,
aux_sym_program_token1,
ACTIONS(45), 1,
anon_sym_AT,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(49), 1,
sym_comment,
ACTIONS(51), 1,
sym_label,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(55), 1,
anon_sym_LPAREN,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(63), 1,
sym_variable_reference,
ACTIONS(65), 1,
sym_string,
ACTIONS(71), 1,
anon_sym_RPAREN,
ACTIONS(73), 1,
sym__line_continuation,
STATE(5), 1,
aux_sym_program_repeat1,
STATE(194), 1,
sym_redirection,
STATE(217), 1,
sym_variable_assignment,
STATE(441), 1,
sym_command_sep,
STATE(455), 1,
sym__stmt,
ACTIONS(75), 2,
sym_command_option,
sym_argument_value,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(365), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(193), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(256), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
STATE(382), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[230] = 30,
ACTIONS(77), 1,
ts_builtin_sym_end,
ACTIONS(82), 1,
aux_sym_program_token1,
ACTIONS(85), 1,
anon_sym_AT,
ACTIONS(88), 1,
aux_sym_echo_off_token1,
ACTIONS(91), 1,
sym_comment,
ACTIONS(94), 1,
sym_label,
ACTIONS(97), 1,
aux_sym_variable_assignment_token1,
ACTIONS(100), 1,
anon_sym_LPAREN,
ACTIONS(103), 1,
anon_sym_RPAREN,
ACTIONS(105), 1,
aux_sym_if_stmt_token1,
ACTIONS(108), 1,
aux_sym_goto_stmt_token1,
ACTIONS(111), 1,
aux_sym_call_stmt_token1,
ACTIONS(114), 1,
aux_sym_exit_stmt_token1,
ACTIONS(117), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(120), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(123), 1,
aux_sym_for_stmt_token1,
ACTIONS(126), 1,
aux_sym_fd_redirect_token1,
ACTIONS(129), 1,
aux_sym_fd_redirect_token2,
ACTIONS(132), 1,
sym_redirect_op,
ACTIONS(135), 1,
sym_variable_reference,
STATE(4), 1,
aux_sym_program_repeat1,
STATE(195), 1,
sym_redirection,
STATE(236), 1,
sym_variable_assignment,
STATE(462), 1,
sym_command_sep,
STATE(511), 1,
sym__stmt,
ACTIONS(79), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(384), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(224), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(425), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[334] = 29,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(45), 1,
anon_sym_AT,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(138), 1,
aux_sym_program_token1,
ACTIONS(140), 1,
sym_comment,
ACTIONS(142), 1,
sym_label,
ACTIONS(144), 1,
anon_sym_RPAREN,
ACTIONS(146), 1,
sym_variable_reference,
STATE(4), 1,
aux_sym_program_repeat1,
STATE(194), 1,
sym_redirection,
STATE(217), 1,
sym_variable_assignment,
STATE(441), 1,
sym_command_sep,
STATE(468), 1,
sym__stmt,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(365), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(193), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(382), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[435] = 29,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(13), 1,
sym_comment,
ACTIONS(15), 1,
sym_label,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(41), 1,
sym_variable_reference,
ACTIONS(138), 1,
aux_sym_program_token1,
ACTIONS(148), 1,
ts_builtin_sym_end,
STATE(4), 1,
aux_sym_program_repeat1,
STATE(195), 1,
sym_redirection,
STATE(236), 1,
sym_variable_assignment,
STATE(462), 1,
sym_command_sep,
STATE(511), 1,
sym__stmt,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(384), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(224), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(425), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[536] = 29,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(45), 1,
anon_sym_AT,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(140), 1,
sym_comment,
ACTIONS(142), 1,
sym_label,
ACTIONS(144), 1,
anon_sym_RPAREN,
ACTIONS(146), 1,
sym_variable_reference,
ACTIONS(150), 1,
aux_sym_program_token1,
STATE(8), 1,
aux_sym_program_repeat1,
STATE(194), 1,
sym_redirection,
STATE(217), 1,
sym_variable_assignment,
STATE(441), 1,
sym_command_sep,
STATE(468), 1,
sym__stmt,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(365), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(193), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(382), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[637] = 29,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(45), 1,
anon_sym_AT,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(138), 1,
aux_sym_program_token1,
ACTIONS(146), 1,
sym_variable_reference,
ACTIONS(152), 1,
sym_comment,
ACTIONS(154), 1,
sym_label,
ACTIONS(156), 1,
anon_sym_RPAREN,
STATE(4), 1,
aux_sym_program_repeat1,
STATE(194), 1,
sym_redirection,
STATE(217), 1,
sym_variable_assignment,
STATE(441), 1,
sym_command_sep,
STATE(461), 1,
sym__stmt,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(365), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(193), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(382), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[738] = 29,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(43), 1,
aux_sym_program_token1,
ACTIONS(45), 1,
anon_sym_AT,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(49), 1,
sym_comment,
ACTIONS(51), 1,
sym_label,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(146), 1,
sym_variable_reference,
ACTIONS(158), 1,
anon_sym_RPAREN,
STATE(5), 1,
aux_sym_program_repeat1,
STATE(194), 1,
sym_redirection,
STATE(217), 1,
sym_variable_assignment,
STATE(441), 1,
sym_command_sep,
STATE(455), 1,
sym__stmt,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(365), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(193), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(382), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[839] = 23,
ACTIONS(9), 1,
anon_sym_AT,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(41), 1,
sym_variable_reference,
ACTIONS(160), 1,
sym_comment,
STATE(195), 1,
sym_redirection,
STATE(253), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(385), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(208), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(419), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[922] = 23,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(45), 1,
anon_sym_AT,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(146), 1,
sym_variable_reference,
ACTIONS(160), 1,
sym_comment,
STATE(194), 1,
sym_redirection,
STATE(219), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(360), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(171), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
STATE(397), 9,
sym_echo_off,
sym_if_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
sym_cond_exec,
sym_macro_invocation,
[1005] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(164), 1,
sym_comment,
ACTIONS(166), 1,
sym_variable_reference,
STATE(145), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(386), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1088] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(170), 1,
sym_comment,
ACTIONS(172), 1,
sym_variable_reference,
STATE(195), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
STATE(229), 1,
sym_parenthesized,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(374), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1171] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(164), 1,
sym_comment,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
STATE(158), 1,
sym_parenthesized,
STATE(195), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(386), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1254] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
ACTIONS(174), 1,
sym_comment,
STATE(151), 1,
sym_parenthesized,
STATE(195), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(376), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1337] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
ACTIONS(176), 1,
sym_comment,
STATE(157), 1,
sym_parenthesized,
STATE(195), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(380), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1420] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
ACTIONS(178), 1,
sym_comment,
STATE(195), 1,
sym_redirection,
STATE(213), 1,
sym_parenthesized,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(388), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1503] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
ACTIONS(180), 1,
sym_comment,
STATE(166), 1,
sym_parenthesized,
STATE(195), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(390), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1586] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
ACTIONS(182), 1,
sym_comment,
STATE(195), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
STATE(228), 1,
sym_parenthesized,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(391), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1669] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
ACTIONS(184), 1,
sym_comment,
STATE(195), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
STATE(230), 1,
sym_parenthesized,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(396), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1752] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
ACTIONS(186), 1,
sym_comment,
STATE(195), 1,
sym_redirection,
STATE(204), 1,
sym_parenthesized,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(398), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1835] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(188), 1,
sym_comment,
STATE(125), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(389), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[1918] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(170), 1,
sym_comment,
STATE(192), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(374), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2001] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(186), 1,
sym_comment,
STATE(175), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(398), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2084] = 24,
ACTIONS(11), 1,
aux_sym_echo_off_token1,
ACTIONS(17), 1,
aux_sym_variable_assignment_token1,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
aux_sym_if_stmt_token1,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(33), 1,
aux_sym_for_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(168), 1,
anon_sym_AT,
ACTIONS(172), 1,
sym_variable_reference,
ACTIONS(188), 1,
sym_comment,
STATE(156), 1,
sym_parenthesized,
STATE(195), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(218), 2,
sym_call_stmt,
sym_cmd,
STATE(405), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(389), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2167] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(180), 1,
sym_comment,
STATE(134), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(390), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2250] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(174), 1,
sym_comment,
STATE(129), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(376), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2333] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(176), 1,
sym_comment,
STATE(132), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(380), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2416] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(178), 1,
sym_comment,
STATE(194), 1,
sym_redirection,
STATE(200), 1,
sym_parenthesized,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(388), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2499] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(184), 1,
sym_comment,
STATE(173), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(396), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2582] = 24,
ACTIONS(19), 1,
anon_sym_LPAREN,
ACTIONS(23), 1,
aux_sym_goto_stmt_token1,
ACTIONS(25), 1,
aux_sym_call_stmt_token1,
ACTIONS(27), 1,
aux_sym_exit_stmt_token1,
ACTIONS(29), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(31), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(35), 1,
aux_sym_fd_redirect_token1,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(47), 1,
aux_sym_echo_off_token1,
ACTIONS(53), 1,
aux_sym_variable_assignment_token1,
ACTIONS(59), 1,
aux_sym_if_stmt_token1,
ACTIONS(61), 1,
aux_sym_for_stmt_token1,
ACTIONS(162), 1,
anon_sym_AT,
ACTIONS(166), 1,
sym_variable_reference,
ACTIONS(182), 1,
sym_comment,
STATE(172), 1,
sym_parenthesized,
STATE(194), 1,
sym_redirection,
STATE(216), 1,
sym_variable_assignment,
ACTIONS(5), 2,
sym_string,
sym_command_name,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(188), 2,
sym_call_stmt,
sym_cmd,
STATE(358), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(391), 7,
sym_if_stmt,
sym__body_stmt,
sym_goto_stmt,
sym_exit_stmt,
sym_setlocal_stmt,
sym_endlocal_stmt,
sym_for_stmt,
[2665] = 2,
ACTIONS(77), 3,
ts_builtin_sym_end,
aux_sym_program_token1,
sym_comment,
ACTIONS(103), 19,
anon_sym_AT,
aux_sym_echo_off_token1,
sym_label,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_string,
sym_command_name,
[2692] = 10,
ACTIONS(192), 1,
anon_sym_AT,
ACTIONS(194), 1,
anon_sym_LPAREN,
ACTIONS(196), 1,
sym_for_variable,
STATE(276), 1,
sym_argument_list,
STATE(332), 1,
sym_parenthesized,
ACTIONS(202), 2,
sym_string,
sym__line_continuation,
ACTIONS(200), 3,
sym_variable_reference,
sym_command_option,
sym_argument_value,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(198), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(190), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[2735] = 10,
ACTIONS(192), 1,
anon_sym_AT,
ACTIONS(194), 1,
anon_sym_LPAREN,
ACTIONS(196), 1,
sym_for_variable,
STATE(276), 1,
sym_argument_list,
STATE(332), 1,
sym_parenthesized,
ACTIONS(202), 2,
sym_string,
sym__line_continuation,
ACTIONS(200), 3,
sym_variable_reference,
sym_command_option,
sym_argument_value,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(198), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(190), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[2778] = 4,
ACTIONS(206), 1,
sym_comment,
STATE(36), 1,
aux_sym__if_operand_repeat2,
ACTIONS(208), 2,
sym__if_word_rest,
sym__variable_reference_immediate,
ACTIONS(204), 17,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_string,
sym_command_name,
[2808] = 4,
ACTIONS(212), 1,
sym_comment,
STATE(37), 1,
aux_sym__if_operand_repeat2,
ACTIONS(214), 2,
sym__if_word_rest,
sym__variable_reference_immediate,
ACTIONS(210), 17,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_string,
sym_command_name,
[2838] = 4,
ACTIONS(218), 1,
sym_comment,
STATE(37), 1,
aux_sym__if_operand_repeat2,
ACTIONS(220), 2,
sym__if_word_rest,
sym__variable_reference_immediate,
ACTIONS(216), 17,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_string,
sym_command_name,
[2868] = 10,
ACTIONS(192), 1,
anon_sym_AT,
ACTIONS(194), 1,
anon_sym_LPAREN,
ACTIONS(223), 1,
sym_for_variable,
STATE(276), 1,
sym_argument_list,
STATE(363), 1,
sym_parenthesized,
ACTIONS(202), 2,
sym_string,
sym__line_continuation,
ACTIONS(200), 3,
sym_variable_reference,
sym_command_option,
sym_argument_value,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(190), 4,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(198), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
[2910] = 8,
ACTIONS(196), 1,
sym_for_variable,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(276), 1,
sym_argument_list,
ACTIONS(202), 2,
sym_string,
sym__line_continuation,
ACTIONS(200), 3,
sym_variable_reference,
sym_command_option,
sym_argument_value,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(198), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(190), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[2947] = 15,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(227), 1,
anon_sym_AT,
ACTIONS(229), 1,
aux_sym_echo_off_token1,
ACTIONS(231), 1,
aux_sym_variable_assignment_token1,
ACTIONS(233), 1,
anon_sym_LPAREN,
ACTIONS(235), 1,
aux_sym_call_stmt_token1,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
STATE(194), 1,
sym_redirection,
STATE(361), 1,
sym_variable_assignment,
ACTIONS(239), 2,
sym_variable_reference,
sym_string,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(362), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(170), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[2998] = 15,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(231), 1,
aux_sym_variable_assignment_token1,
ACTIONS(233), 1,
anon_sym_LPAREN,
ACTIONS(235), 1,
aux_sym_call_stmt_token1,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(241), 1,
anon_sym_AT,
ACTIONS(243), 1,
aux_sym_echo_off_token1,
STATE(195), 1,
sym_redirection,
STATE(361), 1,
sym_variable_assignment,
ACTIONS(239), 2,
sym_variable_reference,
sym_string,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(381), 2,
sym_redirect_stmt,
sym_pipe_stmt,
STATE(205), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[3049] = 15,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(227), 1,
anon_sym_AT,
ACTIONS(229), 1,
aux_sym_echo_off_token1,
ACTIONS(231), 1,
aux_sym_variable_assignment_token1,
ACTIONS(233), 1,
anon_sym_LPAREN,
ACTIONS(235), 1,
aux_sym_call_stmt_token1,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
STATE(194), 1,
sym_redirection,
STATE(361), 1,
sym_variable_assignment,
STATE(371), 1,
sym_redirect_stmt,
ACTIONS(239), 2,
sym_variable_reference,
sym_string,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(198), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[3099] = 8,
ACTIONS(223), 1,
sym_for_variable,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(276), 1,
sym_argument_list,
ACTIONS(202), 2,
sym_string,
sym__line_continuation,
ACTIONS(200), 3,
sym_variable_reference,
sym_command_option,
sym_argument_value,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(190), 4,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(198), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
[3135] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(276), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(198), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(190), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3169] = 15,
ACTIONS(5), 1,
sym_command_name,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(231), 1,
aux_sym_variable_assignment_token1,
ACTIONS(233), 1,
anon_sym_LPAREN,
ACTIONS(235), 1,
aux_sym_call_stmt_token1,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(241), 1,
anon_sym_AT,
ACTIONS(243), 1,
aux_sym_echo_off_token1,
STATE(195), 1,
sym_redirection,
STATE(361), 1,
sym_variable_assignment,
STATE(371), 1,
sym_redirect_stmt,
ACTIONS(239), 2,
sym_variable_reference,
sym_string,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
STATE(198), 3,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[3219] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(303), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(247), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(245), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3253] = 6,
ACTIONS(253), 1,
aux_sym_fd_redirect_token1,
ACTIONS(256), 1,
aux_sym_fd_redirect_token2,
ACTIONS(259), 1,
sym_redirect_op,
STATE(47), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(249), 3,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_name,
ACTIONS(251), 11,
aux_sym_program_token1,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_call_stmt_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
[3285] = 4,
ACTIONS(206), 1,
sym_comment,
ACTIONS(262), 1,
sym_string,
STATE(51), 1,
aux_sym__if_operand_repeat1,
ACTIONS(204), 16,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_command_name,
[3313] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(307), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(266), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(264), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3347] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(280), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(270), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(268), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3381] = 4,
ACTIONS(274), 1,
sym_comment,
ACTIONS(276), 1,
sym_string,
STATE(51), 1,
aux_sym__if_operand_repeat1,
ACTIONS(272), 16,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_command_name,
[3409] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(276), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(198), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(190), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3443] = 6,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
STATE(47), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(279), 3,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_name,
ACTIONS(281), 11,
aux_sym_program_token1,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_call_stmt_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
[3475] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(301), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(285), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(283), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3508] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(282), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(289), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(287), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3541] = 2,
ACTIONS(293), 1,
sym_comment,
ACTIONS(291), 17,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_string,
sym_command_name,
[3564] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(274), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(297), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(295), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3597] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(294), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(301), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(299), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3630] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(290), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(305), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(303), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3663] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(286), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(309), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(307), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3696] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(288), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(313), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(311), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3729] = 2,
ACTIONS(317), 1,
sym_comment,
ACTIONS(315), 17,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_string,
sym_command_name,
[3752] = 6,
ACTIONS(321), 1,
anon_sym_LPAREN,
ACTIONS(329), 2,
sym_command_option,
sym_argument_value,
ACTIONS(326), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(63), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(324), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(319), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3783] = 2,
ACTIONS(334), 1,
sym_comment,
ACTIONS(332), 17,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_string,
sym_command_name,
[3806] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(304), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(338), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(336), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3839] = 7,
ACTIONS(225), 1,
anon_sym_LPAREN,
STATE(305), 1,
sym_argument_list,
ACTIONS(200), 2,
sym_command_option,
sym_argument_value,
ACTIONS(202), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(342), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
STATE(67), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(340), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3872] = 6,
ACTIONS(225), 1,
anon_sym_LPAREN,
ACTIONS(350), 2,
sym_command_option,
sym_argument_value,
ACTIONS(348), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(63), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(346), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(344), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[3903] = 2,
ACTIONS(354), 1,
sym_comment,
ACTIONS(352), 17,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
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,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym_string,
sym_command_name,
[3926] = 2,
ACTIONS(356), 5,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_name,
ACTIONS(358), 12,
aux_sym_program_token1,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_call_stmt_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
[3948] = 5,
ACTIONS(364), 1,
anon_sym_LPAREN,
STATE(293), 1,
sym_assignment_value,
STATE(90), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(362), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(360), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[3976] = 5,
ACTIONS(364), 1,
anon_sym_LPAREN,
STATE(282), 1,
sym_assignment_value,
STATE(90), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(362), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(289), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4004] = 2,
ACTIONS(366), 5,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_name,
ACTIONS(368), 12,
aux_sym_program_token1,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_call_stmt_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
[4026] = 5,
ACTIONS(364), 1,
anon_sym_LPAREN,
STATE(301), 1,
sym_assignment_value,
STATE(90), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(362), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(285), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4054] = 2,
ACTIONS(249), 5,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_name,
ACTIONS(251), 12,
aux_sym_program_token1,
anon_sym_AT,
aux_sym_echo_off_token1,
aux_sym_variable_assignment_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_call_stmt_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
[4076] = 5,
ACTIONS(364), 1,
anon_sym_LPAREN,
STATE(278), 1,
sym_assignment_value,
STATE(90), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(362), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(370), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4104] = 5,
ACTIONS(372), 1,
anon_sym_CARET_DQUOTE,
STATE(85), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(269), 1,
sym_caret_quoted_assignment_value,
ACTIONS(374), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(301), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4132] = 5,
ACTIONS(376), 1,
anon_sym_CARET_DQUOTE,
STATE(85), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(249), 1,
sym_caret_quoted_assignment_value,
ACTIONS(374), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(338), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4160] = 5,
ACTIONS(364), 1,
anon_sym_LPAREN,
STATE(304), 1,
sym_assignment_value,
STATE(90), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(362), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(338), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4188] = 7,
ACTIONS(386), 1,
sym__echo_literal,
STATE(130), 1,
aux_sym__echo_text_repeat1,
STATE(302), 1,
sym__echo_text,
ACTIONS(380), 2,
aux_sym_echo_off_token2,
aux_sym_echo_off_token3,
ACTIONS(384), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(382), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(378), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4220] = 5,
ACTIONS(364), 1,
anon_sym_LPAREN,
STATE(285), 1,
sym_assignment_value,
STATE(90), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(362), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(388), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4248] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(307), 1,
sym_argument_list,
ACTIONS(266), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(264), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4279] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(294), 1,
sym_argument_list,
ACTIONS(301), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(299), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4310] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(276), 1,
sym_argument_list,
ACTIONS(198), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(190), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4341] = 5,
ACTIONS(399), 1,
aux_sym_else_clause_token1,
ACTIONS(401), 1,
anon_sym_AMP,
ACTIONS(396), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(332), 5,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
sym_command_option,
sym_argument_value,
ACTIONS(334), 5,
anon_sym_LPAREN,
aux_sym_fd_redirect_token1,
sym_variable_reference,
sym_string,
sym__line_continuation,
[4368] = 3,
STATE(91), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(406), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(404), 9,
aux_sym_program_token1,
anon_sym_CARET_DQUOTE,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4391] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(282), 1,
sym_argument_list,
ACTIONS(289), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(287), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4422] = 4,
ACTIONS(413), 1,
anon_sym_LPAREN,
STATE(87), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(410), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(408), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4447] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(286), 1,
sym_argument_list,
ACTIONS(309), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(307), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4478] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(303), 1,
sym_argument_list,
ACTIONS(247), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(245), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4509] = 4,
ACTIONS(364), 1,
anon_sym_LPAREN,
STATE(87), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(418), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(416), 8,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4534] = 3,
STATE(91), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(422), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(420), 9,
aux_sym_program_token1,
anon_sym_CARET_DQUOTE,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4557] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(274), 1,
sym_argument_list,
ACTIONS(297), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(295), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4588] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(290), 1,
sym_argument_list,
ACTIONS(305), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(303), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4619] = 5,
ACTIONS(376), 1,
anon_sym_CARET_DQUOTE,
STATE(105), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(249), 1,
sym_caret_quoted_assignment_value,
ACTIONS(425), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(338), 7,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4646] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(288), 1,
sym_argument_list,
ACTIONS(313), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(311), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4677] = 5,
ACTIONS(372), 1,
anon_sym_CARET_DQUOTE,
STATE(105), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(269), 1,
sym_caret_quoted_assignment_value,
ACTIONS(425), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(301), 7,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4704] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(305), 1,
sym_argument_list,
ACTIONS(342), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(340), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4735] = 7,
ACTIONS(429), 1,
sym__echo_literal,
STATE(150), 1,
aux_sym__echo_text_repeat1,
STATE(302), 1,
sym__echo_text,
ACTIONS(380), 2,
aux_sym_echo_off_token2,
aux_sym_echo_off_token3,
ACTIONS(427), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(378), 4,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(382), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
[4766] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(304), 1,
sym_argument_list,
ACTIONS(338), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(336), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4797] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(280), 1,
sym_argument_list,
ACTIONS(270), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(268), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4828] = 7,
ACTIONS(390), 1,
anon_sym_LPAREN,
STATE(301), 1,
sym_argument_list,
ACTIONS(285), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(394), 2,
sym_command_option,
sym_argument_value,
ACTIONS(392), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(108), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(283), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4859] = 6,
ACTIONS(431), 1,
anon_sym_LPAREN,
ACTIONS(324), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(437), 2,
sym_command_option,
sym_argument_value,
ACTIONS(434), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(102), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(319), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4887] = 12,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(442), 1,
aux_sym_if_stmt_token2,
ACTIONS(444), 1,
aux_sym_if_stmt_token3,
ACTIONS(446), 1,
aux_sym_if_stmt_token4,
ACTIONS(448), 1,
aux_sym_if_stmt_token5,
ACTIONS(450), 1,
aux_sym_if_stmt_token7,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(487), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[4927] = 5,
ACTIONS(460), 1,
sym_command_name,
ACTIONS(462), 2,
anon_sym_COMMA,
anon_sym_SEMI,
ACTIONS(464), 3,
aux_sym_call_stmt_token2,
sym_variable_reference,
sym_string,
ACTIONS(270), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(268), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[4953] = 3,
STATE(106), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(466), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(404), 8,
aux_sym_program_token1,
anon_sym_CARET_DQUOTE,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4975] = 3,
STATE(106), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(468), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(420), 8,
aux_sym_program_token1,
anon_sym_CARET_DQUOTE,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[4997] = 6,
ACTIONS(386), 1,
sym__echo_literal,
STATE(130), 1,
aux_sym__echo_text_repeat1,
STATE(308), 1,
sym__echo_text,
ACTIONS(384), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(473), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(471), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5025] = 6,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(346), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(477), 2,
sym_command_option,
sym_argument_value,
ACTIONS(475), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(102), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
ACTIONS(344), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5053] = 5,
ACTIONS(481), 1,
anon_sym_LPAREN,
STATE(293), 1,
sym_assignment_value,
STATE(139), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(479), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(360), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5079] = 2,
ACTIONS(332), 6,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_option,
sym_argument_value,
ACTIONS(334), 9,
aux_sym_program_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
sym__line_continuation,
[5099] = 5,
ACTIONS(396), 1,
anon_sym_RPAREN,
ACTIONS(332), 2,
sym_command_option,
sym_argument_value,
ACTIONS(334), 4,
anon_sym_LPAREN,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(399), 4,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(483), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
[5125] = 5,
ACTIONS(481), 1,
anon_sym_LPAREN,
STATE(285), 1,
sym_assignment_value,
STATE(139), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(479), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(388), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5151] = 5,
ACTIONS(481), 1,
anon_sym_LPAREN,
STATE(278), 1,
sym_assignment_value,
STATE(139), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(479), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(370), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5177] = 2,
ACTIONS(352), 6,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_option,
sym_argument_value,
ACTIONS(354), 9,
aux_sym_program_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
sym__line_continuation,
[5197] = 5,
ACTIONS(481), 1,
anon_sym_LPAREN,
STATE(304), 1,
sym_assignment_value,
STATE(139), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(479), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(338), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5223] = 5,
ACTIONS(481), 1,
anon_sym_LPAREN,
STATE(301), 1,
sym_assignment_value,
STATE(139), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(479), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(285), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5249] = 5,
ACTIONS(481), 1,
anon_sym_LPAREN,
STATE(282), 1,
sym_assignment_value,
STATE(139), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(479), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(289), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5275] = 12,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(485), 1,
aux_sym_if_stmt_token2,
ACTIONS(487), 1,
aux_sym_if_stmt_token3,
ACTIONS(489), 1,
aux_sym_if_stmt_token4,
ACTIONS(491), 1,
aux_sym_if_stmt_token5,
ACTIONS(493), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(476), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[5315] = 6,
ACTIONS(386), 1,
sym__echo_literal,
STATE(130), 1,
aux_sym__echo_text_repeat1,
STATE(302), 1,
sym__echo_text,
ACTIONS(384), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(382), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(378), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5343] = 5,
ACTIONS(376), 1,
anon_sym_CARET_DQUOTE,
STATE(141), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(249), 1,
sym_caret_quoted_assignment_value,
ACTIONS(338), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
ACTIONS(495), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[5369] = 5,
ACTIONS(372), 1,
anon_sym_CARET_DQUOTE,
STATE(141), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(269), 1,
sym_caret_quoted_assignment_value,
ACTIONS(301), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
ACTIONS(495), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[5395] = 12,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
aux_sym_if_stmt_token2,
ACTIONS(499), 1,
aux_sym_if_stmt_token3,
ACTIONS(501), 1,
aux_sym_if_stmt_token4,
ACTIONS(503), 1,
aux_sym_if_stmt_token5,
ACTIONS(505), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(501), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[5435] = 5,
ACTIONS(507), 1,
sym_command_name,
ACTIONS(511), 2,
anon_sym_COMMA,
anon_sym_SEMI,
ACTIONS(513), 3,
aux_sym_call_stmt_token2,
sym_variable_reference,
sym_string,
ACTIONS(515), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(509), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5461] = 12,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(517), 1,
aux_sym_if_stmt_token2,
ACTIONS(519), 1,
aux_sym_if_stmt_token3,
ACTIONS(521), 1,
aux_sym_if_stmt_token4,
ACTIONS(523), 1,
aux_sym_if_stmt_token5,
ACTIONS(525), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(505), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[5501] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(529), 1,
aux_sym_else_clause_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(533), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(386), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(527), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5536] = 4,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(537), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(535), 3,
aux_sym_program_token1,
anon_sym_EQ,
anon_sym_CARET_DQUOTE,
ACTIONS(540), 8,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5559] = 1,
ACTIONS(542), 14,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
sym_variable_reference,
sym__line_continuation,
[5576] = 4,
ACTIONS(547), 1,
anon_sym_LPAREN,
STATE(128), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(544), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(408), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5599] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(529), 1,
aux_sym_else_clause_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(552), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(380), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(550), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5634] = 5,
ACTIONS(560), 1,
sym__echo_literal,
STATE(140), 1,
aux_sym__echo_text_repeat1,
ACTIONS(558), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(556), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(554), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5659] = 11,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(444), 1,
aux_sym_if_stmt_token3,
ACTIONS(446), 1,
aux_sym_if_stmt_token4,
ACTIONS(448), 1,
aux_sym_if_stmt_token5,
ACTIONS(450), 1,
aux_sym_if_stmt_token7,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(487), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[5696] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(529), 1,
aux_sym_else_clause_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(564), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(390), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(562), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5731] = 6,
ACTIONS(429), 1,
sym__echo_literal,
STATE(150), 1,
aux_sym__echo_text_repeat1,
STATE(308), 1,
sym__echo_text,
ACTIONS(427), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(471), 4,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(473), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
[5758] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(529), 1,
aux_sym_else_clause_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(568), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(395), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(566), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5793] = 6,
ACTIONS(429), 1,
sym__echo_literal,
STATE(150), 1,
aux_sym__echo_text_repeat1,
STATE(302), 1,
sym__echo_text,
ACTIONS(427), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(378), 4,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(382), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
[5820] = 5,
ACTIONS(376), 1,
anon_sym_CARET_DQUOTE,
STATE(159), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(249), 1,
sym_caret_quoted_assignment_value,
ACTIONS(338), 5,
aux_sym_program_token1,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
ACTIONS(570), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[5845] = 5,
ACTIONS(372), 1,
anon_sym_CARET_DQUOTE,
STATE(159), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(269), 1,
sym_caret_quoted_assignment_value,
ACTIONS(301), 5,
aux_sym_program_token1,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
ACTIONS(570), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[5870] = 11,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(572), 1,
aux_sym_if_stmt_token3,
ACTIONS(574), 1,
aux_sym_if_stmt_token4,
ACTIONS(576), 1,
aux_sym_if_stmt_token5,
ACTIONS(578), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(482), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[5907] = 4,
ACTIONS(481), 1,
anon_sym_LPAREN,
STATE(128), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(580), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
ACTIONS(416), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5930] = 5,
ACTIONS(589), 1,
sym__echo_literal,
STATE(140), 1,
aux_sym__echo_text_repeat1,
ACTIONS(586), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(584), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(582), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[5955] = 3,
STATE(142), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(592), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(404), 7,
aux_sym_program_token1,
anon_sym_CARET_DQUOTE,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5976] = 3,
STATE(142), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(594), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
ACTIONS(420), 7,
aux_sym_program_token1,
anon_sym_CARET_DQUOTE,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[5997] = 11,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(597), 1,
aux_sym_if_stmt_token3,
ACTIONS(599), 1,
aux_sym_if_stmt_token4,
ACTIONS(601), 1,
aux_sym_if_stmt_token5,
ACTIONS(603), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(512), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[6034] = 1,
ACTIONS(605), 14,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
sym_variable_reference,
sym__line_continuation,
[6051] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(529), 1,
aux_sym_else_clause_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(609), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(376), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(607), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6086] = 11,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(519), 1,
aux_sym_if_stmt_token3,
ACTIONS(521), 1,
aux_sym_if_stmt_token4,
ACTIONS(523), 1,
aux_sym_if_stmt_token5,
ACTIONS(525), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(505), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[6123] = 12,
ACTIONS(611), 1,
sym_command_name,
ACTIONS(613), 1,
aux_sym_echo_off_token1,
ACTIONS(615), 1,
aux_sym_variable_assignment_token1,
ACTIONS(617), 1,
anon_sym_LPAREN,
ACTIONS(619), 1,
aux_sym_if_stmt_token1,
ACTIONS(621), 1,
aux_sym_goto_stmt_token1,
ACTIONS(623), 1,
aux_sym_call_stmt_token1,
ACTIONS(625), 1,
aux_sym_exit_stmt_token1,
ACTIONS(627), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(629), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(631), 1,
aux_sym_for_stmt_token1,
ACTIONS(633), 2,
sym_variable_reference,
sym_string,
[6161] = 5,
ACTIONS(638), 1,
sym__echo_literal,
STATE(148), 1,
aux_sym__echo_text_repeat1,
ACTIONS(635), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(582), 4,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(584), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
[6185] = 10,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(446), 1,
aux_sym_if_stmt_token4,
ACTIONS(448), 1,
aux_sym_if_stmt_token5,
ACTIONS(450), 1,
aux_sym_if_stmt_token7,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(487), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[6219] = 5,
ACTIONS(643), 1,
sym__echo_literal,
STATE(148), 1,
aux_sym__echo_text_repeat1,
ACTIONS(641), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(554), 4,
aux_sym_program_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(556), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
[6243] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(552), 1,
anon_sym_AMP,
ACTIONS(645), 1,
aux_sym_else_clause_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
STATE(364), 1,
sym_redirection,
STATE(380), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(550), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6277] = 10,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(649), 1,
aux_sym_if_stmt_token4,
ACTIONS(651), 1,
aux_sym_if_stmt_token5,
ACTIONS(653), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(496), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[6311] = 4,
STATE(153), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(657), 2,
sym__var_name_pattern,
sym_variable_reference,
ACTIONS(660), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(655), 6,
aux_sym_program_token1,
anon_sym_EQ,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6333] = 10,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(574), 1,
aux_sym_if_stmt_token4,
ACTIONS(576), 1,
aux_sym_if_stmt_token5,
ACTIONS(578), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(482), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[6367] = 12,
ACTIONS(611), 1,
sym_command_name,
ACTIONS(615), 1,
aux_sym_variable_assignment_token1,
ACTIONS(617), 1,
anon_sym_LPAREN,
ACTIONS(619), 1,
aux_sym_if_stmt_token1,
ACTIONS(621), 1,
aux_sym_goto_stmt_token1,
ACTIONS(623), 1,
aux_sym_call_stmt_token1,
ACTIONS(625), 1,
aux_sym_exit_stmt_token1,
ACTIONS(627), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(629), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(631), 1,
aux_sym_for_stmt_token1,
ACTIONS(662), 1,
aux_sym_echo_off_token1,
ACTIONS(633), 2,
sym_variable_reference,
sym_string,
[6405] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(533), 1,
anon_sym_AMP,
ACTIONS(645), 1,
aux_sym_else_clause_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
STATE(364), 1,
sym_redirection,
STATE(386), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(527), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6439] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(564), 1,
anon_sym_AMP,
ACTIONS(645), 1,
aux_sym_else_clause_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
STATE(364), 1,
sym_redirection,
STATE(390), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(562), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6473] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(609), 1,
anon_sym_AMP,
ACTIONS(645), 1,
aux_sym_else_clause_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
STATE(364), 1,
sym_redirection,
STATE(376), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(607), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6507] = 3,
STATE(160), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(404), 6,
aux_sym_program_token1,
anon_sym_CARET_DQUOTE,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
ACTIONS(664), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[6527] = 3,
STATE(160), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(420), 6,
aux_sym_program_token1,
anon_sym_CARET_DQUOTE,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
ACTIONS(666), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[6547] = 10,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(669), 1,
aux_sym_if_stmt_token4,
ACTIONS(671), 1,
aux_sym_if_stmt_token5,
ACTIONS(673), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(516), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[6581] = 12,
ACTIONS(611), 1,
sym_command_name,
ACTIONS(617), 1,
anon_sym_LPAREN,
ACTIONS(621), 1,
aux_sym_goto_stmt_token1,
ACTIONS(623), 1,
aux_sym_call_stmt_token1,
ACTIONS(625), 1,
aux_sym_exit_stmt_token1,
ACTIONS(627), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(629), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(675), 1,
aux_sym_echo_off_token1,
ACTIONS(677), 1,
aux_sym_variable_assignment_token1,
ACTIONS(679), 1,
aux_sym_if_stmt_token1,
ACTIONS(681), 1,
aux_sym_for_stmt_token1,
ACTIONS(633), 2,
sym_variable_reference,
sym_string,
[6619] = 6,
ACTIONS(683), 1,
aux_sym_program_token1,
ACTIONS(685), 1,
anon_sym_EQ,
ACTIONS(687), 1,
anon_sym_CARET_DQUOTE,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(370), 7,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[6645] = 12,
ACTIONS(611), 1,
sym_command_name,
ACTIONS(617), 1,
anon_sym_LPAREN,
ACTIONS(621), 1,
aux_sym_goto_stmt_token1,
ACTIONS(623), 1,
aux_sym_call_stmt_token1,
ACTIONS(625), 1,
aux_sym_exit_stmt_token1,
ACTIONS(627), 1,
aux_sym_setlocal_stmt_token1,
ACTIONS(629), 1,
aux_sym_endlocal_stmt_token1,
ACTIONS(677), 1,
aux_sym_variable_assignment_token1,
ACTIONS(679), 1,
aux_sym_if_stmt_token1,
ACTIONS(681), 1,
aux_sym_for_stmt_token1,
ACTIONS(691), 1,
aux_sym_echo_off_token1,
ACTIONS(633), 2,
sym_variable_reference,
sym_string,
[6683] = 6,
ACTIONS(336), 1,
aux_sym_program_token1,
ACTIONS(693), 1,
anon_sym_EQ,
ACTIONS(695), 1,
anon_sym_CARET_DQUOTE,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(338), 7,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[6709] = 10,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(568), 1,
anon_sym_AMP,
ACTIONS(645), 1,
aux_sym_else_clause_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
STATE(364), 1,
sym_redirection,
STATE(395), 1,
sym_else_clause,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(566), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6743] = 10,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(521), 1,
aux_sym_if_stmt_token4,
ACTIONS(523), 1,
aux_sym_if_stmt_token5,
ACTIONS(525), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(505), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[6777] = 10,
ACTIONS(440), 1,
anon_sym_LPAREN,
ACTIONS(454), 1,
sym_variable_reference,
ACTIONS(456), 1,
sym_string,
ACTIONS(458), 1,
anon_sym_LBRACK,
ACTIONS(599), 1,
aux_sym_if_stmt_token4,
ACTIONS(601), 1,
aux_sym_if_stmt_token5,
ACTIONS(603), 1,
aux_sym_if_stmt_token7,
STATE(443), 1,
aux_sym__if_operand_repeat1,
ACTIONS(452), 2,
sym__if_word,
sym_integer,
STATE(512), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[6811] = 5,
ACTIONS(376), 1,
anon_sym_CARET_DQUOTE,
STATE(214), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(249), 1,
sym_caret_quoted_assignment_value,
ACTIONS(338), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(697), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[6834] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(701), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(699), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6863] = 9,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(707), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
ACTIONS(703), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(705), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[6894] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(711), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(709), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6923] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(715), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(713), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[6952] = 6,
ACTIONS(336), 1,
aux_sym_program_token1,
ACTIONS(695), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(717), 1,
anon_sym_EQ,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(338), 6,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[6977] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(721), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(719), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7006] = 5,
ACTIONS(725), 1,
anon_sym_LPAREN,
STATE(293), 1,
sym_assignment_value,
STATE(206), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(360), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(723), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
[7029] = 2,
ACTIONS(332), 4,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_option,
sym_argument_value,
ACTIONS(334), 8,
aux_sym_program_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
sym__line_continuation,
[7046] = 5,
ACTIONS(725), 1,
anon_sym_LPAREN,
STATE(285), 1,
sym_assignment_value,
STATE(206), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(388), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(723), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
[7069] = 5,
ACTIONS(725), 1,
anon_sym_LPAREN,
STATE(278), 1,
sym_assignment_value,
STATE(206), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(370), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(723), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
[7092] = 2,
ACTIONS(352), 4,
anon_sym_PIPE,
anon_sym_AMP,
sym_command_option,
sym_argument_value,
ACTIONS(354), 8,
aux_sym_program_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
sym_variable_reference,
sym_string,
sym__line_continuation,
[7109] = 5,
ACTIONS(725), 1,
anon_sym_LPAREN,
STATE(304), 1,
sym_assignment_value,
STATE(206), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(338), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(723), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
[7132] = 6,
ACTIONS(729), 1,
sym__echo_literal,
STATE(211), 1,
aux_sym__echo_text_repeat1,
STATE(302), 1,
sym__echo_text,
ACTIONS(382), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(727), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(378), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7157] = 5,
ACTIONS(725), 1,
anon_sym_LPAREN,
STATE(301), 1,
sym_assignment_value,
STATE(206), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(285), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(723), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
[7180] = 1,
ACTIONS(605), 12,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
sym_variable_reference,
sym__line_continuation,
[7195] = 4,
ACTIONS(270), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(462), 2,
anon_sym_COMMA,
anon_sym_SEMI,
ACTIONS(268), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(731), 4,
aux_sym_call_stmt_token2,
sym_variable_reference,
sym_string,
sym_command_name,
[7216] = 5,
ACTIONS(725), 1,
anon_sym_LPAREN,
STATE(282), 1,
sym_assignment_value,
STATE(206), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(289), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(723), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
[7239] = 1,
ACTIONS(542), 12,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
sym_variable_reference,
sym__line_continuation,
[7254] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(735), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(733), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7283] = 6,
ACTIONS(729), 1,
sym__echo_literal,
STATE(211), 1,
aux_sym__echo_text_repeat1,
STATE(308), 1,
sym__echo_text,
ACTIONS(473), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(727), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(471), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7308] = 5,
ACTIONS(739), 1,
anon_sym_EQ,
STATE(153), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(741), 2,
sym__var_name_pattern,
sym_variable_reference,
ACTIONS(743), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
ACTIONS(737), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7331] = 5,
ACTIONS(372), 1,
anon_sym_CARET_DQUOTE,
STATE(214), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
STATE(269), 1,
sym_caret_quoted_assignment_value,
ACTIONS(301), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(697), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[7354] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(747), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(745), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7383] = 9,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(751), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
ACTIONS(705), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(749), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[7414] = 8,
ACTIONS(233), 1,
anon_sym_LPAREN,
ACTIONS(753), 1,
sym_command_name,
ACTIONS(755), 1,
anon_sym_AT,
ACTIONS(757), 1,
aux_sym_echo_off_token1,
ACTIONS(759), 1,
aux_sym_variable_assignment_token1,
ACTIONS(761), 1,
aux_sym_call_stmt_token1,
ACTIONS(763), 2,
sym_variable_reference,
sym_string,
STATE(364), 4,
sym_variable_assignment,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[7443] = 8,
ACTIONS(233), 1,
anon_sym_LPAREN,
ACTIONS(753), 1,
sym_command_name,
ACTIONS(761), 1,
aux_sym_call_stmt_token1,
ACTIONS(765), 1,
anon_sym_AT,
ACTIONS(767), 1,
aux_sym_echo_off_token1,
ACTIONS(769), 1,
aux_sym_variable_assignment_token1,
ACTIONS(763), 2,
sym_variable_reference,
sym_string,
STATE(364), 4,
sym_variable_assignment,
sym_call_stmt,
sym_parenthesized,
sym_cmd,
[7472] = 6,
ACTIONS(683), 1,
aux_sym_program_token1,
ACTIONS(687), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(771), 1,
anon_sym_EQ,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(370), 6,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[7497] = 4,
ACTIONS(511), 2,
anon_sym_COMMA,
anon_sym_SEMI,
ACTIONS(515), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(509), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(773), 4,
aux_sym_call_stmt_token2,
sym_variable_reference,
sym_string,
sym_command_name,
[7518] = 7,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
STATE(364), 1,
sym_redirection,
ACTIONS(777), 2,
anon_sym_PIPE,
anon_sym_AMP,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(775), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7545] = 5,
ACTIONS(779), 1,
anon_sym_EQ,
STATE(153), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(741), 2,
sym__var_name_pattern,
sym_variable_reference,
ACTIONS(370), 3,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_AMP,
ACTIONS(683), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7568] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(783), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(781), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7597] = 8,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(787), 1,
aux_sym_if_stmt_token6,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(14), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[7625] = 8,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
ACTIONS(797), 1,
aux_sym_if_stmt_token6,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(25), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[7653] = 6,
ACTIONS(801), 1,
sym__echo_literal,
STATE(265), 1,
aux_sym__echo_text_repeat1,
STATE(308), 1,
sym__echo_text,
ACTIONS(473), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(471), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(799), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
[7677] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(721), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(719), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7705] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(701), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(699), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7733] = 4,
ACTIONS(725), 1,
anon_sym_LPAREN,
STATE(209), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(416), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(803), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
[7753] = 8,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
ACTIONS(805), 1,
aux_sym_if_stmt_token6,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(15), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[7781] = 9,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(703), 1,
aux_sym_program_token1,
ACTIONS(707), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
ACTIONS(807), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[7811] = 4,
ACTIONS(812), 1,
anon_sym_LPAREN,
STATE(209), 2,
sym_assignment_paren_group,
aux_sym_assignment_value_repeat1,
ACTIONS(408), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(809), 5,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
sym_variable_reference,
sym__line_continuation,
[7831] = 6,
ACTIONS(801), 1,
sym__echo_literal,
STATE(265), 1,
aux_sym__echo_text_repeat1,
STATE(302), 1,
sym__echo_text,
ACTIONS(382), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(378), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(799), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
[7855] = 5,
ACTIONS(817), 1,
sym__echo_literal,
STATE(212), 1,
aux_sym__echo_text_repeat1,
ACTIONS(556), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(815), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(554), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7877] = 5,
ACTIONS(822), 1,
sym__echo_literal,
STATE(212), 1,
aux_sym__echo_text_repeat1,
ACTIONS(584), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(819), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
ACTIONS(582), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7899] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(783), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(781), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7927] = 3,
STATE(215), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(404), 4,
anon_sym_CARET_DQUOTE,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(825), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[7945] = 3,
STATE(215), 1,
aux_sym_caret_quoted_assignment_value_repeat1,
ACTIONS(420), 4,
anon_sym_CARET_DQUOTE,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(827), 6,
aux_sym_caret_quoted_assignment_value_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_CARET_CARET,
anon_sym_CARET,
sym_variable_reference,
[7963] = 7,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(735), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(733), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[7989] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(751), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
ACTIONS(705), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(749), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[8017] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(735), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(733), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[8045] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(707), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
ACTIONS(703), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(705), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[8073] = 8,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
ACTIONS(830), 1,
aux_sym_if_stmt_token6,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(22), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8101] = 8,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
ACTIONS(832), 1,
aux_sym_if_stmt_token6,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(16), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8129] = 8,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
ACTIONS(834), 1,
aux_sym_if_stmt_token6,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(12), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8157] = 8,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
ACTIONS(836), 1,
aux_sym_if_stmt_token6,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(27), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8185] = 9,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(749), 1,
aux_sym_program_token1,
ACTIONS(838), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
ACTIONS(807), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[8215] = 8,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
ACTIONS(840), 1,
aux_sym_if_stmt_token6,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(28), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8243] = 6,
ACTIONS(683), 1,
aux_sym_program_token1,
ACTIONS(687), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(842), 1,
anon_sym_EQ,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(370), 5,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[8267] = 6,
ACTIONS(336), 1,
aux_sym_program_token1,
ACTIONS(695), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(844), 1,
anon_sym_EQ,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(338), 5,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[8291] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(711), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(709), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[8319] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(747), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(745), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[8347] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(715), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
ACTIONS(713), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[8375] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(18), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8400] = 2,
ACTIONS(848), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(846), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_else_clause_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[8415] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(14), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8440] = 4,
ACTIONS(854), 1,
anon_sym_AMP,
STATE(264), 1,
aux_sym_setlocal_stmt_repeat1,
ACTIONS(850), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(852), 4,
aux_sym_setlocal_stmt_token2,
aux_sym_setlocal_stmt_token3,
aux_sym_setlocal_stmt_token4,
aux_sym_setlocal_stmt_token5,
[8459] = 5,
ACTIONS(859), 1,
sym__echo_literal,
STATE(235), 1,
aux_sym__echo_text_repeat1,
ACTIONS(584), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(582), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(856), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
[8480] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(749), 1,
aux_sym_program_token1,
ACTIONS(838), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
ACTIONS(807), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[8507] = 5,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(862), 1,
anon_sym_RPAREN,
ACTIONS(477), 2,
sym_command_option,
sym_argument_value,
ACTIONS(475), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(102), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[8528] = 5,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(864), 1,
anon_sym_RPAREN,
ACTIONS(69), 2,
sym_command_option,
sym_argument_value,
ACTIONS(67), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(245), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[8549] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(22), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8574] = 4,
ACTIONS(854), 1,
anon_sym_AMP,
STATE(268), 1,
aux_sym_setlocal_stmt_repeat1,
ACTIONS(850), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(866), 4,
aux_sym_setlocal_stmt_token2,
aux_sym_setlocal_stmt_token3,
aux_sym_setlocal_stmt_token4,
aux_sym_setlocal_stmt_token5,
[8593] = 4,
ACTIONS(872), 1,
anon_sym_AMP,
STATE(240), 1,
aux_sym_setlocal_stmt_repeat1,
ACTIONS(868), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(870), 4,
aux_sym_setlocal_stmt_token2,
aux_sym_setlocal_stmt_token3,
aux_sym_setlocal_stmt_token4,
aux_sym_setlocal_stmt_token5,
[8612] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(12), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8637] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(15), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8662] = 5,
ACTIONS(874), 1,
anon_sym_EQ,
STATE(153), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(741), 2,
sym__var_name_pattern,
sym_variable_reference,
ACTIONS(743), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(737), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[8683] = 5,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(876), 1,
anon_sym_RPAREN,
ACTIONS(477), 2,
sym_command_option,
sym_argument_value,
ACTIONS(475), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(102), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[8704] = 5,
ACTIONS(878), 1,
anon_sym_EQ,
STATE(153), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(370), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(741), 2,
sym__var_name_pattern,
sym_variable_reference,
ACTIONS(683), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[8725] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(27), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8750] = 5,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(880), 1,
anon_sym_RPAREN,
ACTIONS(884), 2,
sym_command_option,
sym_argument_value,
ACTIONS(882), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(237), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[8771] = 3,
ACTIONS(886), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(301), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(299), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[8788] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(25), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8813] = 7,
ACTIONS(892), 1,
aux_sym_assignment_value_token1,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(896), 1,
anon_sym_RPAREN,
STATE(551), 1,
sym_for_set,
ACTIONS(888), 2,
aux_sym_program_token1,
sym_variable_reference,
ACTIONS(890), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(309), 2,
sym_for_set_group,
aux_sym_for_set_repeat1,
[8838] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(28), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8863] = 8,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
ACTIONS(703), 1,
aux_sym_program_token1,
ACTIONS(707), 1,
anon_sym_AMP,
STATE(364), 1,
sym_redirection,
ACTIONS(807), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[8890] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(26), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[8915] = 5,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(898), 1,
anon_sym_RPAREN,
ACTIONS(75), 2,
sym_command_option,
sym_argument_value,
ACTIONS(73), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(256), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[8936] = 5,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(900), 1,
anon_sym_RPAREN,
ACTIONS(477), 2,
sym_command_option,
sym_argument_value,
ACTIONS(475), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(102), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[8957] = 6,
ACTIONS(683), 1,
aux_sym_program_token1,
ACTIONS(687), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(902), 1,
anon_sym_EQ,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(370), 4,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[8980] = 6,
ACTIONS(336), 1,
aux_sym_program_token1,
ACTIONS(695), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(904), 1,
anon_sym_EQ,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(338), 4,
anon_sym_PIPE,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[9003] = 5,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(906), 1,
anon_sym_RPAREN,
ACTIONS(910), 2,
sym_command_option,
sym_argument_value,
ACTIONS(908), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(260), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[9024] = 5,
ACTIONS(390), 1,
anon_sym_LPAREN,
ACTIONS(912), 1,
anon_sym_RPAREN,
ACTIONS(477), 2,
sym_command_option,
sym_argument_value,
ACTIONS(475), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
STATE(102), 3,
sym__arg,
sym_paren_expression,
aux_sym_argument_list_repeat1,
[9045] = 2,
ACTIONS(916), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(914), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_else_clause_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9060] = 7,
ACTIONS(785), 1,
anon_sym_LPAREN,
ACTIONS(791), 1,
sym_string,
ACTIONS(793), 1,
anon_sym_LBRACK,
ACTIONS(795), 1,
sym_integer,
STATE(48), 1,
aux_sym__if_operand_repeat1,
ACTIONS(789), 2,
sym__if_word,
sym_variable_reference,
STATE(16), 3,
sym__if_operand,
sym_bracketed_value,
sym_paren_expression,
[9085] = 2,
ACTIONS(920), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(918), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_else_clause_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9100] = 4,
ACTIONS(924), 1,
anon_sym_AMP,
STATE(268), 1,
aux_sym_setlocal_stmt_repeat1,
ACTIONS(866), 4,
aux_sym_setlocal_stmt_token2,
aux_sym_setlocal_stmt_token3,
aux_sym_setlocal_stmt_token4,
aux_sym_setlocal_stmt_token5,
ACTIONS(922), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9119] = 5,
ACTIONS(928), 1,
sym__echo_literal,
STATE(235), 1,
aux_sym__echo_text_repeat1,
ACTIONS(556), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(554), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(926), 3,
sym_variable_reference,
sym_string,
sym__line_continuation,
[9140] = 7,
ACTIONS(892), 1,
aux_sym_assignment_value_token1,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(930), 1,
anon_sym_RPAREN,
STATE(477), 1,
sym_for_set,
ACTIONS(888), 2,
aux_sym_program_token1,
sym_variable_reference,
ACTIONS(890), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(309), 2,
sym_for_set_group,
aux_sym_for_set_repeat1,
[9165] = 2,
ACTIONS(483), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(399), 6,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_else_clause_token1,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9180] = 4,
ACTIONS(937), 1,
anon_sym_AMP,
STATE(268), 1,
aux_sym_setlocal_stmt_repeat1,
ACTIONS(932), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(934), 4,
aux_sym_setlocal_stmt_token2,
aux_sym_setlocal_stmt_token3,
aux_sym_setlocal_stmt_token4,
aux_sym_setlocal_stmt_token5,
[9199] = 3,
ACTIONS(939), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(309), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(307), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9216] = 7,
ACTIONS(892), 1,
aux_sym_assignment_value_token1,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(941), 1,
anon_sym_RPAREN,
STATE(520), 1,
sym_for_set,
ACTIONS(888), 2,
aux_sym_program_token1,
sym_variable_reference,
ACTIONS(890), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(309), 2,
sym_for_set_group,
aux_sym_for_set_repeat1,
[9241] = 7,
ACTIONS(892), 1,
aux_sym_assignment_value_token1,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(943), 1,
anon_sym_RPAREN,
STATE(522), 1,
sym_for_set,
ACTIONS(888), 2,
aux_sym_program_token1,
sym_variable_reference,
ACTIONS(890), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(309), 2,
sym_for_set_group,
aux_sym_for_set_repeat1,
[9266] = 7,
ACTIONS(892), 1,
aux_sym_assignment_value_token1,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(945), 1,
anon_sym_RPAREN,
STATE(524), 1,
sym_for_set,
ACTIONS(888), 2,
aux_sym_program_token1,
sym_variable_reference,
ACTIONS(890), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(309), 2,
sym_for_set_group,
aux_sym_for_set_repeat1,
[9291] = 7,
ACTIONS(892), 1,
aux_sym_assignment_value_token1,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(947), 1,
anon_sym_RPAREN,
STATE(541), 1,
sym_for_set,
ACTIONS(888), 2,
aux_sym_program_token1,
sym_variable_reference,
ACTIONS(890), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(309), 2,
sym_for_set_group,
aux_sym_for_set_repeat1,
[9316] = 2,
ACTIONS(313), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(311), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9330] = 5,
ACTIONS(952), 1,
aux_sym_assignment_value_token1,
ACTIONS(955), 1,
anon_sym_LPAREN,
ACTIONS(958), 1,
anon_sym_RPAREN,
STATE(275), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(949), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9350] = 2,
ACTIONS(247), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(245), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9364] = 2,
ACTIONS(962), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(960), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9378] = 2,
ACTIONS(338), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(336), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9392] = 5,
ACTIONS(966), 1,
aux_sym_assignment_value_token1,
ACTIONS(968), 1,
anon_sym_LPAREN,
ACTIONS(970), 1,
anon_sym_RPAREN,
STATE(284), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(964), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9412] = 2,
ACTIONS(266), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(264), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9426] = 2,
ACTIONS(743), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(737), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9440] = 2,
ACTIONS(297), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(295), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9454] = 1,
ACTIONS(605), 9,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
anon_sym_LPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym__line_continuation,
[9466] = 5,
ACTIONS(968), 1,
anon_sym_LPAREN,
ACTIONS(974), 1,
aux_sym_assignment_value_token1,
ACTIONS(976), 1,
anon_sym_RPAREN,
STATE(275), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(972), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9486] = 2,
ACTIONS(285), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(283), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9500] = 2,
ACTIONS(305), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(303), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9514] = 1,
ACTIONS(542), 9,
anon_sym_PERCENT,
anon_sym_BANG,
aux_sym_assignment_value_token1,
anon_sym_LPAREN,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
sym_variable_reference,
sym__line_continuation,
[9526] = 2,
ACTIONS(342), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(340), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9540] = 5,
ACTIONS(968), 1,
anon_sym_LPAREN,
ACTIONS(980), 1,
aux_sym_assignment_value_token1,
ACTIONS(982), 1,
anon_sym_RPAREN,
STATE(291), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(978), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9560] = 2,
ACTIONS(986), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(984), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9574] = 5,
ACTIONS(968), 1,
anon_sym_LPAREN,
ACTIONS(974), 1,
aux_sym_assignment_value_token1,
ACTIONS(988), 1,
anon_sym_RPAREN,
STATE(275), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(972), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9594] = 5,
ACTIONS(968), 1,
anon_sym_LPAREN,
ACTIONS(992), 1,
aux_sym_assignment_value_token1,
ACTIONS(994), 1,
anon_sym_RPAREN,
STATE(298), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(990), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9614] = 2,
ACTIONS(388), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(996), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9628] = 2,
ACTIONS(309), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(307), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9642] = 5,
ACTIONS(968), 1,
anon_sym_LPAREN,
ACTIONS(1000), 1,
aux_sym_assignment_value_token1,
ACTIONS(1002), 1,
anon_sym_RPAREN,
STATE(297), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(998), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9662] = 2,
ACTIONS(1006), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1004), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9676] = 5,
ACTIONS(968), 1,
anon_sym_LPAREN,
ACTIONS(974), 1,
aux_sym_assignment_value_token1,
ACTIONS(1008), 1,
anon_sym_RPAREN,
STATE(275), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(972), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9696] = 5,
ACTIONS(968), 1,
anon_sym_LPAREN,
ACTIONS(974), 1,
aux_sym_assignment_value_token1,
ACTIONS(1010), 1,
anon_sym_RPAREN,
STATE(275), 2,
sym_assignment_paren_group,
aux_sym_assignment_paren_group_repeat1,
ACTIONS(972), 4,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[9716] = 2,
ACTIONS(270), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(268), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9730] = 2,
ACTIONS(1014), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1012), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9744] = 2,
ACTIONS(289), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(287), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9758] = 2,
ACTIONS(1018), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1016), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9772] = 2,
ACTIONS(1022), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1020), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9786] = 2,
ACTIONS(301), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(299), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9800] = 2,
ACTIONS(1026), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1024), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9814] = 2,
ACTIONS(1030), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1028), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9828] = 2,
ACTIONS(1034), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1032), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9842] = 2,
ACTIONS(1038), 4,
aux_sym_fd_redirect_token2,
sym_redirect_op,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1036), 5,
aux_sym_program_token1,
anon_sym_RPAREN,
aux_sym_fd_redirect_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[9856] = 6,
ACTIONS(892), 1,
aux_sym_assignment_value_token1,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(1042), 1,
anon_sym_RPAREN,
ACTIONS(890), 2,
anon_sym_PERCENT,
anon_sym_BANG,
ACTIONS(1040), 2,
aux_sym_program_token1,
sym_variable_reference,
STATE(310), 2,
sym_for_set_group,
aux_sym_for_set_repeat1,
[9878] = 6,
ACTIONS(1050), 1,
aux_sym_assignment_value_token1,
ACTIONS(1053), 1,
anon_sym_LPAREN,
ACTIONS(1056), 1,
anon_sym_RPAREN,
ACTIONS(1044), 2,
aux_sym_program_token1,
sym_variable_reference,
ACTIONS(1047), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(310), 2,
sym_for_set_group,
aux_sym_for_set_repeat1,
[9900] = 5,
ACTIONS(1058), 1,
aux_sym_program_token1,
ACTIONS(1060), 1,
sym_comment,
ACTIONS(1064), 1,
aux_sym_goto_stmt_token2,
ACTIONS(1066), 1,
aux_sym_goto_stmt_token3,
ACTIONS(1062), 4,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[9919] = 5,
ACTIONS(1068), 1,
aux_sym_program_token1,
ACTIONS(1070), 1,
sym_comment,
ACTIONS(1074), 1,
aux_sym_goto_stmt_token2,
ACTIONS(1076), 1,
aux_sym_goto_stmt_token3,
ACTIONS(1072), 4,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[9938] = 6,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(1080), 1,
aux_sym_assignment_value_token1,
ACTIONS(1082), 1,
anon_sym_RPAREN,
ACTIONS(1084), 1,
sym_variable_reference,
ACTIONS(1078), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(314), 2,
sym_for_set_group,
aux_sym_for_set_group_repeat1,
[9959] = 6,
ACTIONS(894), 1,
anon_sym_LPAREN,
ACTIONS(1080), 1,
aux_sym_assignment_value_token1,
ACTIONS(1086), 1,
anon_sym_RPAREN,
ACTIONS(1088), 1,
sym_variable_reference,
ACTIONS(1078), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(315), 2,
sym_for_set_group,
aux_sym_for_set_group_repeat1,
[9980] = 6,
ACTIONS(1093), 1,
aux_sym_assignment_value_token1,
ACTIONS(1096), 1,
anon_sym_LPAREN,
ACTIONS(1099), 1,
anon_sym_RPAREN,
ACTIONS(1101), 1,
sym_variable_reference,
ACTIONS(1090), 2,
anon_sym_PERCENT,
anon_sym_BANG,
STATE(315), 2,
sym_for_set_group,
aux_sym_for_set_group_repeat1,
[10001] = 5,
ACTIONS(687), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(1104), 1,
anon_sym_EQ,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(370), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
[10020] = 5,
ACTIONS(695), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(1106), 1,
anon_sym_EQ,
STATE(126), 1,
aux_sym_variable_assignment_repeat1,
ACTIONS(689), 2,
sym__quoted_var_name_pattern,
sym_variable_reference,
ACTIONS(338), 3,
aux_sym_fd_redirect_token1,
aux_sym_fd_redirect_token2,
sym_redirect_op,
[10039] = 5,
ACTIONS(1108), 1,
anon_sym_DQUOTE,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(502), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10057] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1114), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(484), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10075] = 2,
ACTIONS(1116), 1,
aux_sym_assignment_value_token1,
ACTIONS(542), 6,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_variable_reference,
[10087] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1118), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(497), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10105] = 4,
ACTIONS(1068), 1,
aux_sym_program_token1,
ACTIONS(1070), 1,
sym_comment,
ACTIONS(1074), 1,
sym_variable_reference,
ACTIONS(1072), 4,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[10121] = 2,
ACTIONS(1122), 1,
aux_sym_assignment_value_token1,
ACTIONS(1120), 6,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_variable_reference,
[10133] = 4,
ACTIONS(1126), 1,
aux_sym_exit_stmt_token2,
ACTIONS(1128), 1,
anon_sym_AMP,
ACTIONS(1130), 1,
sym_integer,
ACTIONS(1124), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10149] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1132), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(479), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10167] = 3,
ACTIONS(1128), 1,
anon_sym_AMP,
ACTIONS(1130), 2,
sym_variable_reference,
sym_integer,
ACTIONS(1124), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10181] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1134), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(492), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10199] = 2,
ACTIONS(1138), 1,
aux_sym_assignment_value_token1,
ACTIONS(1136), 6,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_variable_reference,
[10211] = 4,
ACTIONS(1142), 1,
aux_sym_exit_stmt_token2,
ACTIONS(1144), 1,
anon_sym_AMP,
ACTIONS(1146), 1,
sym_integer,
ACTIONS(1140), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10227] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1148), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(493), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10245] = 2,
ACTIONS(1152), 1,
aux_sym_assignment_value_token1,
ACTIONS(1150), 6,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_variable_reference,
[10257] = 4,
ACTIONS(529), 1,
aux_sym_else_clause_token1,
ACTIONS(1156), 1,
anon_sym_AMP,
STATE(379), 1,
sym_else_clause,
ACTIONS(1154), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10273] = 6,
ACTIONS(617), 1,
anon_sym_LPAREN,
ACTIONS(1158), 1,
sym_command_name,
ACTIONS(1160), 1,
aux_sym_echo_off_token1,
ACTIONS(1162), 1,
aux_sym_variable_assignment_token1,
ACTIONS(1164), 1,
aux_sym_call_stmt_token1,
ACTIONS(1166), 2,
sym_variable_reference,
sym_string,
[10293] = 2,
ACTIONS(1168), 1,
aux_sym_assignment_value_token1,
ACTIONS(605), 6,
aux_sym_program_token1,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_variable_reference,
[10305] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1170), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(506), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10323] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1172), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(518), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10341] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1174), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(529), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10359] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1176), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(530), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10377] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1178), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(532), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10395] = 5,
ACTIONS(1112), 1,
aux_sym_quoted_assignment_value_token1,
ACTIONS(1180), 1,
anon_sym_DQUOTE,
STATE(366), 1,
aux_sym_quoted_assignment_value_repeat1,
STATE(535), 1,
sym_quoted_assignment_value,
ACTIONS(1110), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10413] = 6,
ACTIONS(611), 1,
sym_command_name,
ACTIONS(617), 1,
anon_sym_LPAREN,
ACTIONS(623), 1,
aux_sym_call_stmt_token1,
ACTIONS(691), 1,
aux_sym_echo_off_token1,
ACTIONS(1182), 1,
aux_sym_variable_assignment_token1,
ACTIONS(633), 2,
sym_variable_reference,
sym_string,
[10433] = 5,
ACTIONS(737), 1,
aux_sym_fd_redirect_token1,
ACTIONS(1184), 1,
anon_sym_EQ,
STATE(153), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(741), 2,
sym__var_name_pattern,
sym_variable_reference,
ACTIONS(743), 2,
aux_sym_fd_redirect_token2,
sym_redirect_op,
[10451] = 5,
ACTIONS(683), 1,
aux_sym_fd_redirect_token1,
ACTIONS(1186), 1,
anon_sym_EQ,
STATE(153), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(370), 2,
aux_sym_fd_redirect_token2,
sym_redirect_op,
ACTIONS(741), 2,
sym__var_name_pattern,
sym_variable_reference,
[10469] = 6,
ACTIONS(617), 1,
anon_sym_LPAREN,
ACTIONS(1158), 1,
sym_command_name,
ACTIONS(1164), 1,
aux_sym_call_stmt_token1,
ACTIONS(1188), 1,
aux_sym_echo_off_token1,
ACTIONS(1190), 1,
aux_sym_variable_assignment_token1,
ACTIONS(1166), 2,
sym_variable_reference,
sym_string,
[10489] = 4,
ACTIONS(1192), 1,
aux_sym_program_token1,
ACTIONS(1194), 1,
sym_comment,
ACTIONS(1198), 1,
sym_variable_reference,
ACTIONS(1196), 4,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[10505] = 3,
ACTIONS(1202), 1,
anon_sym_AMP,
ACTIONS(1204), 2,
sym_variable_reference,
sym_integer,
ACTIONS(1200), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10519] = 6,
ACTIONS(1206), 1,
anon_sym_DQUOTE,
ACTIONS(1208), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1214), 1,
aux_sym_prompt_assignment_token1,
STATE(244), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1210), 2,
sym__var_name_pattern,
sym_variable_reference,
[10539] = 6,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1214), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1216), 1,
anon_sym_DQUOTE,
ACTIONS(1218), 1,
anon_sym_CARET_DQUOTE,
STATE(246), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1220), 2,
sym__var_name_pattern,
sym_variable_reference,
[10559] = 6,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1222), 1,
anon_sym_DQUOTE,
ACTIONS(1224), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(1228), 1,
aux_sym_prompt_assignment_token1,
STATE(199), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1226), 2,
sym__var_name_pattern,
sym_variable_reference,
[10579] = 6,
ACTIONS(611), 1,
sym_command_name,
ACTIONS(617), 1,
anon_sym_LPAREN,
ACTIONS(623), 1,
aux_sym_call_stmt_token1,
ACTIONS(662), 1,
aux_sym_echo_off_token1,
ACTIONS(1182), 1,
aux_sym_variable_assignment_token1,
ACTIONS(633), 2,
sym_variable_reference,
sym_string,
[10599] = 6,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1230), 1,
anon_sym_DQUOTE,
ACTIONS(1232), 1,
anon_sym_CARET_DQUOTE,
ACTIONS(1236), 1,
aux_sym_prompt_assignment_token1,
STATE(342), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1234), 2,
sym__var_name_pattern,
sym_variable_reference,
[10619] = 6,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1222), 1,
anon_sym_DQUOTE,
ACTIONS(1236), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1238), 1,
anon_sym_CARET_DQUOTE,
STATE(343), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1240), 2,
sym__var_name_pattern,
sym_variable_reference,
[10639] = 6,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1228), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1230), 1,
anon_sym_DQUOTE,
ACTIONS(1242), 1,
anon_sym_CARET_DQUOTE,
STATE(190), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1244), 2,
sym__var_name_pattern,
sym_variable_reference,
[10659] = 6,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1222), 1,
anon_sym_DQUOTE,
ACTIONS(1228), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1246), 1,
anon_sym_CARET_DQUOTE,
STATE(199), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1226), 2,
sym__var_name_pattern,
sym_variable_reference,
[10679] = 6,
ACTIONS(1206), 1,
anon_sym_DQUOTE,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1214), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1248), 1,
anon_sym_CARET_DQUOTE,
STATE(244), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1210), 2,
sym__var_name_pattern,
sym_variable_reference,
[10699] = 6,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1214), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1216), 1,
anon_sym_DQUOTE,
ACTIONS(1250), 1,
anon_sym_CARET_DQUOTE,
STATE(246), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1220), 2,
sym__var_name_pattern,
sym_variable_reference,
[10719] = 6,
ACTIONS(1212), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1228), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1230), 1,
anon_sym_DQUOTE,
ACTIONS(1252), 1,
anon_sym_CARET_DQUOTE,
STATE(190), 1,
aux_sym_variable_assignment_repeat2,
ACTIONS(1244), 2,
sym__var_name_pattern,
sym_variable_reference,
[10739] = 3,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(735), 1,
anon_sym_AMP,
ACTIONS(733), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10752] = 3,
ACTIONS(1254), 1,
aux_sym_program_token1,
ACTIONS(1256), 1,
sym_comment,
ACTIONS(1258), 4,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[10765] = 4,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(707), 1,
anon_sym_AMP,
ACTIONS(703), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(705), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10780] = 5,
ACTIONS(37), 1,
aux_sym_fd_redirect_token2,
ACTIONS(39), 1,
sym_redirect_op,
ACTIONS(237), 1,
aux_sym_fd_redirect_token1,
STATE(364), 1,
sym_redirection,
STATE(53), 2,
sym_fd_redirect,
aux_sym_redirection_repeat1,
[10797] = 3,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(701), 1,
anon_sym_AMP,
ACTIONS(699), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10810] = 4,
ACTIONS(645), 1,
aux_sym_else_clause_token1,
ACTIONS(1156), 1,
anon_sym_AMP,
STATE(379), 1,
sym_else_clause,
ACTIONS(1154), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10825] = 2,
ACTIONS(1262), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(1260), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10836] = 4,
ACTIONS(531), 1,
anon_sym_PIPE,
ACTIONS(751), 1,
anon_sym_AMP,
ACTIONS(705), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(749), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[10851] = 4,
ACTIONS(1264), 1,
anon_sym_DQUOTE,
ACTIONS(1268), 1,
aux_sym_quoted_assignment_value_token1,
STATE(367), 1,
aux_sym_quoted_assignment_value_repeat1,
ACTIONS(1266), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10866] = 4,
ACTIONS(1270), 1,
anon_sym_DQUOTE,
ACTIONS(1275), 1,
aux_sym_quoted_assignment_value_token1,
STATE(367), 1,
aux_sym_quoted_assignment_value_repeat1,
ACTIONS(1272), 3,
anon_sym_PERCENT,
anon_sym_BANG,
sym_variable_reference,
[10881] = 3,
ACTIONS(1192), 1,
aux_sym_program_token1,
ACTIONS(1194), 1,
sym_comment,
ACTIONS(1196), 4,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[10894] = 2,
ACTIONS(1280), 1,
aux_sym_assignment_value_token1,
ACTIONS(1278), 5,
anon_sym_PERCENT,
anon_sym_BANG,
anon_sym_LPAREN,
anon_sym_RPAREN,
sym_variable_reference,
[10905] = 3,
ACTIONS(1068), 1,
aux_sym_program_token1,
ACTIONS(1070), 1,
sym_comment,
ACTIONS(1072), 4,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_AMP,
[10918] = 2,
ACTIONS(777), 2,
anon_sym_PIPE,
anon_sym_AMP,
ACTIONS(775), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10929] = 4,
ACTIONS(1282), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1286), 1,
aux_sym_prompt_assignment_token1,
STATE(306), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[10943] = 2,
ACTIONS(1196), 1,
anon_sym_AMP,
ACTIONS(1192), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10953] = 2,
ACTIONS(747), 1,
anon_sym_AMP,
ACTIONS(745), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10963] = 2,
ACTIONS(1128), 1,
anon_sym_AMP,
ACTIONS(1124), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10973] = 2,
ACTIONS(552), 1,
anon_sym_AMP,
ACTIONS(550), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[10983] = 5,
ACTIONS(1114), 1,
anon_sym_DQUOTE,
ACTIONS(1288), 1,
anon_sym_EQ,
ACTIONS(1290), 1,
sym__quoted_var_name_pattern,
ACTIONS(1292), 1,
sym_variable_reference,
STATE(394), 1,
aux_sym_variable_assignment_repeat1,
[10999] = 2,
ACTIONS(1296), 1,
anon_sym_AMP,
ACTIONS(1294), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11009] = 2,
ACTIONS(1300), 1,
anon_sym_AMP,
ACTIONS(1298), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11019] = 2,
ACTIONS(564), 1,
anon_sym_AMP,
ACTIONS(562), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11029] = 3,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(701), 1,
anon_sym_AMP,
ACTIONS(699), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11041] = 3,
ACTIONS(751), 1,
anon_sym_AMP,
ACTIONS(705), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
ACTIONS(749), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[11053] = 2,
ACTIONS(1202), 1,
anon_sym_AMP,
ACTIONS(1200), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11063] = 4,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(749), 1,
aux_sym_program_token1,
ACTIONS(838), 1,
anon_sym_AMP,
ACTIONS(807), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11077] = 4,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(703), 1,
aux_sym_program_token1,
ACTIONS(707), 1,
anon_sym_AMP,
ACTIONS(807), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11091] = 2,
ACTIONS(609), 1,
anon_sym_AMP,
ACTIONS(607), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11101] = 2,
ACTIONS(1304), 1,
anon_sym_AMP,
ACTIONS(1302), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11111] = 2,
ACTIONS(783), 1,
anon_sym_AMP,
ACTIONS(781), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11121] = 2,
ACTIONS(533), 1,
anon_sym_AMP,
ACTIONS(527), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11131] = 2,
ACTIONS(568), 1,
anon_sym_AMP,
ACTIONS(566), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11141] = 2,
ACTIONS(711), 1,
anon_sym_AMP,
ACTIONS(709), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11151] = 5,
ACTIONS(1172), 1,
anon_sym_DQUOTE,
ACTIONS(1290), 1,
sym__quoted_var_name_pattern,
ACTIONS(1292), 1,
sym_variable_reference,
ACTIONS(1306), 1,
anon_sym_EQ,
STATE(394), 1,
aux_sym_variable_assignment_repeat1,
[11167] = 2,
ACTIONS(1072), 1,
anon_sym_AMP,
ACTIONS(1068), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11177] = 5,
ACTIONS(535), 1,
anon_sym_EQ,
ACTIONS(540), 1,
anon_sym_DQUOTE,
ACTIONS(1308), 1,
sym__quoted_var_name_pattern,
ACTIONS(1311), 1,
sym_variable_reference,
STATE(394), 1,
aux_sym_variable_assignment_repeat1,
[11193] = 2,
ACTIONS(1316), 1,
anon_sym_AMP,
ACTIONS(1314), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11203] = 2,
ACTIONS(715), 1,
anon_sym_AMP,
ACTIONS(713), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11213] = 3,
ACTIONS(707), 1,
anon_sym_AMP,
ACTIONS(703), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
ACTIONS(705), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11225] = 2,
ACTIONS(721), 1,
anon_sym_AMP,
ACTIONS(719), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11235] = 2,
ACTIONS(1258), 1,
anon_sym_AMP,
ACTIONS(1254), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11245] = 2,
ACTIONS(1320), 1,
anon_sym_AMP,
ACTIONS(1318), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11255] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1322), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1324), 1,
aux_sym_prompt_assignment_token1,
STATE(306), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11269] = 5,
ACTIONS(1290), 1,
sym__quoted_var_name_pattern,
ACTIONS(1292), 1,
sym_variable_reference,
ACTIONS(1326), 1,
anon_sym_DQUOTE,
ACTIONS(1328), 1,
anon_sym_EQ,
STATE(394), 1,
aux_sym_variable_assignment_repeat1,
[11285] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1324), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1330), 1,
aux_sym_variable_assignment_token2,
STATE(281), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11299] = 2,
ACTIONS(1334), 1,
anon_sym_AMP,
ACTIONS(1332), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11309] = 3,
ACTIONS(647), 1,
anon_sym_PIPE,
ACTIONS(735), 1,
anon_sym_AMP,
ACTIONS(733), 3,
aux_sym_program_token1,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11321] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1286), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1336), 1,
aux_sym_variable_assignment_token2,
STATE(306), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11335] = 2,
ACTIONS(1340), 1,
anon_sym_AMP,
ACTIONS(1338), 4,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11345] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1342), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1344), 1,
aux_sym_prompt_assignment_token1,
STATE(306), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11359] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1344), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1346), 1,
aux_sym_variable_assignment_token2,
STATE(281), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11373] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1286), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1348), 1,
aux_sym_variable_assignment_token2,
STATE(281), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11387] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1286), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1350), 1,
aux_sym_variable_assignment_token2,
STATE(281), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11401] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1324), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1352), 1,
aux_sym_variable_assignment_token2,
STATE(306), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11415] = 4,
ACTIONS(1284), 1,
aux_sym_arithmetic_assignment_token1,
ACTIONS(1324), 1,
aux_sym_prompt_assignment_token1,
ACTIONS(1354), 1,
aux_sym_variable_assignment_token2,
STATE(281), 2,
sym_arithmetic_assignment,
sym_prompt_assignment,
[11429] = 5,
ACTIONS(1290), 1,
sym__quoted_var_name_pattern,
ACTIONS(1292), 1,
sym_variable_reference,
ACTIONS(1356), 1,
anon_sym_DQUOTE,
ACTIONS(1358), 1,
anon_sym_EQ,
STATE(394), 1,
aux_sym_variable_assignment_repeat1,
[11445] = 4,
ACTIONS(1360), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1362), 1,
anon_sym_DQUOTE,
ACTIONS(1364), 1,
anon_sym_EQ,
ACTIONS(1366), 1,
sym__var_name_pattern,
[11458] = 4,
ACTIONS(1368), 1,
sym_variable_reference,
ACTIONS(1370), 1,
aux_sym_bracketed_value_token1,
ACTIONS(1372), 1,
anon_sym_RBRACK,
STATE(427), 1,
aux_sym_bracketed_value_repeat1,
[11471] = 4,
ACTIONS(1374), 1,
sym_variable_reference,
ACTIONS(1376), 1,
aux_sym_bracketed_value_token1,
ACTIONS(1378), 1,
anon_sym_RBRACK,
STATE(428), 1,
aux_sym_bracketed_value_repeat1,
[11484] = 4,
ACTIONS(1380), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1382), 1,
anon_sym_DQUOTE,
ACTIONS(1384), 1,
anon_sym_EQ,
ACTIONS(1386), 1,
sym__var_name_pattern,
[11497] = 3,
ACTIONS(703), 1,
aux_sym_program_token1,
ACTIONS(707), 1,
anon_sym_AMP,
ACTIONS(807), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11508] = 4,
ACTIONS(212), 1,
sym_comparison_op,
ACTIONS(1388), 1,
sym__if_word_rest,
ACTIONS(1390), 1,
sym__variable_reference_immediate,
STATE(426), 1,
aux_sym__if_operand_repeat2,
[11521] = 4,
ACTIONS(206), 1,
sym_comparison_op,
ACTIONS(1392), 1,
sym__if_word_rest,
ACTIONS(1394), 1,
sym__variable_reference_immediate,
STATE(420), 1,
aux_sym__if_operand_repeat2,
[11534] = 4,
ACTIONS(1382), 1,
anon_sym_DQUOTE,
ACTIONS(1396), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1398), 1,
anon_sym_EQ,
ACTIONS(1400), 1,
sym__var_name_pattern,
[11547] = 4,
ACTIONS(1402), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1404), 1,
anon_sym_DQUOTE,
ACTIONS(1406), 1,
anon_sym_EQ,
ACTIONS(1408), 1,
sym__var_name_pattern,
[11560] = 4,
ACTIONS(1362), 1,
anon_sym_DQUOTE,
ACTIONS(1410), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1412), 1,
anon_sym_EQ,
ACTIONS(1414), 1,
sym__var_name_pattern,
[11573] = 3,
ACTIONS(749), 1,
aux_sym_program_token1,
ACTIONS(838), 1,
anon_sym_AMP,
ACTIONS(807), 2,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
[11584] = 4,
ACTIONS(218), 1,
sym_comparison_op,
ACTIONS(1416), 1,
sym__if_word_rest,
ACTIONS(1419), 1,
sym__variable_reference_immediate,
STATE(426), 1,
aux_sym__if_operand_repeat2,
[11597] = 4,
ACTIONS(1422), 1,
sym_variable_reference,
ACTIONS(1424), 1,
aux_sym_bracketed_value_token1,
ACTIONS(1426), 1,
anon_sym_RBRACK,
STATE(430), 1,
aux_sym_bracketed_value_repeat1,
[11610] = 4,
ACTIONS(1422), 1,
sym_variable_reference,
ACTIONS(1424), 1,
aux_sym_bracketed_value_token1,
ACTIONS(1428), 1,
anon_sym_RBRACK,
STATE(430), 1,
aux_sym_bracketed_value_repeat1,
[11623] = 4,
ACTIONS(1430), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1432), 1,
anon_sym_DQUOTE,
ACTIONS(1434), 1,
anon_sym_EQ,
ACTIONS(1436), 1,
sym__var_name_pattern,
[11636] = 4,
ACTIONS(1438), 1,
sym_variable_reference,
ACTIONS(1441), 1,
aux_sym_bracketed_value_token1,
ACTIONS(1444), 1,
anon_sym_RBRACK,
STATE(430), 1,
aux_sym_bracketed_value_repeat1,
[11649] = 3,
ACTIONS(274), 1,
sym_comparison_op,
ACTIONS(1446), 1,
sym_string,
STATE(431), 1,
aux_sym__if_operand_repeat1,
[11659] = 3,
ACTIONS(1449), 1,
sym__quoted_var_name_pattern,
ACTIONS(1451), 1,
sym_variable_reference,
STATE(317), 1,
aux_sym_variable_assignment_repeat1,
[11669] = 3,
ACTIONS(1453), 1,
sym__quoted_var_name_pattern,
ACTIONS(1455), 1,
sym_variable_reference,
STATE(377), 1,
aux_sym_variable_assignment_repeat1,
[11679] = 3,
ACTIONS(1457), 1,
sym__quoted_var_name_pattern,
ACTIONS(1459), 1,
sym_variable_reference,
STATE(174), 1,
aux_sym_variable_assignment_repeat1,
[11689] = 3,
ACTIONS(1461), 1,
anon_sym_DQUOTE,
ACTIONS(1463), 1,
anon_sym_EQ,
ACTIONS(1465), 1,
sym__var_name_pattern,
[11699] = 1,
ACTIONS(703), 3,
aux_sym_program_token1,
anon_sym_RPAREN,
anon_sym_AMP,
[11705] = 3,
ACTIONS(1467), 1,
sym__quoted_var_name_pattern,
ACTIONS(1469), 1,
sym_variable_reference,
STATE(402), 1,
aux_sym_variable_assignment_repeat1,
[11715] = 3,
ACTIONS(1471), 1,
sym__quoted_var_name_pattern,
ACTIONS(1473), 1,
sym_variable_reference,
STATE(196), 1,
aux_sym_variable_assignment_repeat1,
[11725] = 3,
ACTIONS(1475), 1,
anon_sym_DQUOTE,
ACTIONS(1477), 1,
anon_sym_EQ,
ACTIONS(1479), 1,
sym__var_name_pattern,
[11735] = 3,
ACTIONS(1481), 1,
anon_sym_DQUOTE,
ACTIONS(1483), 1,
anon_sym_EQ,
ACTIONS(1485), 1,
sym__var_name_pattern,
[11745] = 2,
ACTIONS(1487), 1,
anon_sym_AMP,
ACTIONS(749), 2,
aux_sym_program_token1,
anon_sym_RPAREN,
[11753] = 3,
ACTIONS(1489), 1,
anon_sym_DQUOTE,
ACTIONS(1491), 1,
anon_sym_EQ,
ACTIONS(1493), 1,
sym__var_name_pattern,
[11763] = 3,
ACTIONS(206), 1,
sym_comparison_op,
ACTIONS(1495), 1,
sym_string,
STATE(431), 1,
aux_sym__if_operand_repeat1,
[11773] = 3,
ACTIONS(1481), 1,
anon_sym_DQUOTE,
ACTIONS(1497), 1,
anon_sym_EQ,
ACTIONS(1499), 1,
sym__var_name_pattern,
[11783] = 3,
ACTIONS(1501), 1,
sym__quoted_var_name_pattern,
ACTIONS(1503), 1,
sym_variable_reference,
STATE(414), 1,
aux_sym_variable_assignment_repeat1,
[11793] = 3,
ACTIONS(1505), 1,
sym__quoted_var_name_pattern,
ACTIONS(1507), 1,
sym_variable_reference,
STATE(163), 1,
aux_sym_variable_assignment_repeat1,
[11803] = 3,
ACTIONS(1509), 1,
sym__quoted_var_name_pattern,
ACTIONS(1511), 1,
sym_variable_reference,
STATE(392), 1,
aux_sym_variable_assignment_repeat1,
[11813] = 3,
ACTIONS(1513), 1,
sym__quoted_var_name_pattern,
ACTIONS(1515), 1,
sym_variable_reference,
STATE(165), 1,
aux_sym_variable_assignment_repeat1,
[11823] = 3,
ACTIONS(1475), 1,
anon_sym_DQUOTE,
ACTIONS(1517), 1,
anon_sym_EQ,
ACTIONS(1519), 1,
sym__var_name_pattern,
[11833] = 3,
ACTIONS(1521), 1,
sym__quoted_var_name_pattern,
ACTIONS(1523), 1,
sym_variable_reference,
STATE(257), 1,
aux_sym_variable_assignment_repeat1,
[11843] = 3,
ACTIONS(1525), 1,
sym__quoted_var_name_pattern,
ACTIONS(1527), 1,
sym_variable_reference,
STATE(258), 1,
aux_sym_variable_assignment_repeat1,
[11853] = 3,
ACTIONS(1529), 1,
sym__quoted_var_name_pattern,
ACTIONS(1531), 1,
sym_variable_reference,
STATE(226), 1,
aux_sym_variable_assignment_repeat1,
[11863] = 3,
ACTIONS(1533), 1,
sym__quoted_var_name_pattern,
ACTIONS(1535), 1,
sym_variable_reference,
STATE(227), 1,
aux_sym_variable_assignment_repeat1,
[11873] = 3,
ACTIONS(1537), 1,
sym__quoted_var_name_pattern,
ACTIONS(1539), 1,
sym_variable_reference,
STATE(316), 1,
aux_sym_variable_assignment_repeat1,
[11883] = 2,
ACTIONS(1541), 1,
aux_sym_program_token1,
ACTIONS(1543), 1,
anon_sym_RPAREN,
[11890] = 2,
ACTIONS(1545), 1,
sym_for_options,
ACTIONS(1547), 1,
sym_for_variable,
[11897] = 2,
ACTIONS(1549), 1,
sym_for_options,
ACTIONS(1551), 1,
sym_for_variable,
[11904] = 2,
ACTIONS(1553), 1,
anon_sym_EQ,
ACTIONS(1555), 1,
sym__var_name_pattern,
[11911] = 2,
ACTIONS(1557), 1,
anon_sym_EQ,
ACTIONS(1559), 1,
sym__var_name_pattern,
[11918] = 2,
ACTIONS(1561), 1,
anon_sym_EQ,
ACTIONS(1563), 1,
sym__var_name_pattern,
[11925] = 2,
ACTIONS(1541), 1,
aux_sym_program_token1,
ACTIONS(1565), 1,
anon_sym_RPAREN,
[11932] = 2,
ACTIONS(749), 1,
aux_sym_program_token1,
ACTIONS(1567), 1,
anon_sym_AMP,
[11939] = 2,
ACTIONS(1569), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1571), 1,
sym_arithmetic_expression,
[11946] = 2,
ACTIONS(1573), 1,
anon_sym_EQ,
ACTIONS(1575), 1,
sym__var_name_pattern,
[11953] = 2,
ACTIONS(1577), 1,
aux_sym_variable_assignment_token2,
ACTIONS(1579), 1,
sym_arithmetic_expression,
[11960] = 2,
ACTIONS(1581), 1,
sym_for_options,
ACTIONS(1583), 1,
sym_for_variable,
[11967] = 2,
ACTIONS(1585), 1,
anon_sym_EQ,
ACTIONS(1587), 1,
sym__var_name_pattern,
[11974] = 2,
ACTIONS(1541), 1,
aux_sym_program_token1,
ACTIONS(1589), 1,
anon_sym_RPAREN,
[11981] = 2,
ACTIONS(1591), 1,
anon_sym_EQ,
ACTIONS(1593), 1,
sym__var_name_pattern,
[11988] = 2,
ACTIONS(1595), 1,
sym_for_options,
ACTIONS(1597), 1,
sym_for_variable,
[11995] = 1,
ACTIONS(1547), 1,
sym_for_variable,
[11999] = 1,
ACTIONS(354), 1,
sym_comparison_op,
[12003] = 1,
ACTIONS(1599), 1,
anon_sym_EQ,
[12007] = 1,
ACTIONS(1601), 1,
aux_sym_for_stmt_token2,
[12011] = 1,
ACTIONS(1477), 1,
anon_sym_EQ,
[12015] = 1,
ACTIONS(446), 1,
sym_comparison_op,
[12019] = 1,
ACTIONS(1603), 1,
anon_sym_RPAREN,
[12023] = 1,
ACTIONS(1605), 1,
anon_sym_EQ,
[12027] = 1,
ACTIONS(1607), 1,
anon_sym_DQUOTE,
[12031] = 1,
ACTIONS(1483), 1,
anon_sym_EQ,
[12035] = 1,
ACTIONS(1609), 1,
sym_integer,
[12039] = 1,
ACTIONS(649), 1,
sym_comparison_op,
[12043] = 1,
ACTIONS(1611), 1,
anon_sym_EQ,
[12047] = 1,
ACTIONS(1613), 1,
anon_sym_DQUOTE,
[12051] = 1,
ACTIONS(1615), 1,
sym_redirect_target,
[12055] = 1,
ACTIONS(1617), 1,
anon_sym_LPAREN,
[12059] = 1,
ACTIONS(574), 1,
sym_comparison_op,
[12063] = 1,
ACTIONS(1619), 1,
sym_integer,
[12067] = 1,
ACTIONS(1621), 1,
sym_integer,
[12071] = 1,
ACTIONS(1623), 1,
aux_sym_for_stmt_token2,
[12075] = 1,
ACTIONS(1553), 1,
anon_sym_EQ,
[12079] = 1,
ACTIONS(1625), 1,
anon_sym_DQUOTE,
[12083] = 1,
ACTIONS(1627), 1,
anon_sym_DQUOTE,
[12087] = 1,
ACTIONS(1629), 1,
anon_sym_LPAREN,
[12091] = 1,
ACTIONS(1631), 1,
sym_integer,
[12095] = 1,
ACTIONS(1633), 1,
sym_comparison_op,
[12099] = 1,
ACTIONS(1635), 1,
anon_sym_DQUOTE,
[12103] = 1,
ACTIONS(1517), 1,
anon_sym_EQ,
[12107] = 1,
ACTIONS(1637), 1,
sym_arithmetic_expression,
[12111] = 1,
ACTIONS(1639), 1,
sym_integer,
[12115] = 1,
ACTIONS(521), 1,
sym_comparison_op,
[12119] = 1,
ACTIONS(1641), 1,
anon_sym_DQUOTE,
[12123] = 1,
ACTIONS(1643), 1,
anon_sym_EQ,
[12127] = 1,
ACTIONS(1645), 1,
sym_integer,
[12131] = 1,
ACTIONS(599), 1,
sym_comparison_op,
[12135] = 1,
ACTIONS(1647), 1,
anon_sym_DQUOTE,
[12139] = 1,
ACTIONS(1573), 1,
anon_sym_EQ,
[12143] = 1,
ACTIONS(1649), 1,
aux_sym_for_stmt_token3,
[12147] = 1,
ACTIONS(1651), 1,
ts_builtin_sym_end,
[12151] = 1,
ACTIONS(617), 1,
anon_sym_LPAREN,
[12155] = 1,
ACTIONS(1541), 1,
aux_sym_program_token1,
[12159] = 1,
ACTIONS(669), 1,
sym_comparison_op,
[12163] = 1,
ACTIONS(1653), 1,
aux_sym_for_stmt_token3,
[12167] = 1,
ACTIONS(1557), 1,
anon_sym_EQ,
[12171] = 1,
ACTIONS(1491), 1,
anon_sym_EQ,
[12175] = 1,
ACTIONS(1655), 1,
sym_comparison_op,
[12179] = 1,
ACTIONS(334), 1,
sym_comparison_op,
[12183] = 1,
ACTIONS(1657), 1,
anon_sym_DQUOTE,
[12187] = 1,
ACTIONS(1561), 1,
anon_sym_EQ,
[12191] = 1,
ACTIONS(1659), 1,
anon_sym_RPAREN,
[12195] = 1,
ACTIONS(1661), 1,
sym_arithmetic_expression,
[12199] = 1,
ACTIONS(1663), 1,
anon_sym_RPAREN,
[12203] = 1,
ACTIONS(1665), 1,
anon_sym_EQ,
[12207] = 1,
ACTIONS(1667), 1,
anon_sym_RPAREN,
[12211] = 1,
ACTIONS(1669), 1,
aux_sym_for_stmt_token2,
[12215] = 1,
ACTIONS(1671), 1,
sym_for_variable,
[12219] = 1,
ACTIONS(293), 1,
sym_comparison_op,
[12223] = 1,
ACTIONS(1673), 1,
aux_sym_for_stmt_token3,
[12227] = 1,
ACTIONS(1675), 1,
anon_sym_DQUOTE,
[12231] = 1,
ACTIONS(1677), 1,
anon_sym_DQUOTE,
[12235] = 1,
ACTIONS(1679), 1,
aux_sym_for_stmt_token3,
[12239] = 1,
ACTIONS(1681), 1,
anon_sym_DQUOTE,
[12243] = 1,
ACTIONS(1683), 1,
aux_sym_for_stmt_token3,
[12247] = 1,
ACTIONS(1685), 1,
aux_sym_for_stmt_token3,
[12251] = 1,
ACTIONS(1687), 1,
anon_sym_DQUOTE,
[12255] = 1,
ACTIONS(317), 1,
sym_comparison_op,
[12259] = 1,
ACTIONS(1689), 1,
anon_sym_LPAREN,
[12263] = 1,
ACTIONS(1691), 1,
anon_sym_LPAREN,
[12267] = 1,
ACTIONS(1693), 1,
anon_sym_LPAREN,
[12271] = 1,
ACTIONS(1695), 1,
aux_sym_for_stmt_token3,
[12275] = 1,
ACTIONS(1697), 1,
anon_sym_RPAREN,
[12279] = 1,
ACTIONS(1463), 1,
anon_sym_EQ,
[12283] = 1,
ACTIONS(1699), 1,
sym_variable_reference,
[12287] = 1,
ACTIONS(1701), 1,
aux_sym_for_stmt_token2,
[12291] = 1,
ACTIONS(1703), 1,
aux_sym_for_stmt_token2,
[12295] = 1,
ACTIONS(1705), 1,
aux_sym_for_stmt_token2,
[12299] = 1,
ACTIONS(1707), 1,
sym_integer,
[12303] = 1,
ACTIONS(1709), 1,
sym_integer,
[12307] = 1,
ACTIONS(1711), 1,
anon_sym_LPAREN,
[12311] = 1,
ACTIONS(1713), 1,
aux_sym_for_stmt_token3,
[12315] = 1,
ACTIONS(1715), 1,
anon_sym_RPAREN,
[12319] = 1,
ACTIONS(1551), 1,
sym_for_variable,
[12323] = 1,
ACTIONS(1717), 1,
sym_for_variable,
[12327] = 1,
ACTIONS(1497), 1,
anon_sym_EQ,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 115,
[SMALL_STATE(4)] = 230,
[SMALL_STATE(5)] = 334,
[SMALL_STATE(6)] = 435,
[SMALL_STATE(7)] = 536,
[SMALL_STATE(8)] = 637,
[SMALL_STATE(9)] = 738,
[SMALL_STATE(10)] = 839,
[SMALL_STATE(11)] = 922,
[SMALL_STATE(12)] = 1005,
[SMALL_STATE(13)] = 1088,
[SMALL_STATE(14)] = 1171,
[SMALL_STATE(15)] = 1254,
[SMALL_STATE(16)] = 1337,
[SMALL_STATE(17)] = 1420,
[SMALL_STATE(18)] = 1503,
[SMALL_STATE(19)] = 1586,
[SMALL_STATE(20)] = 1669,
[SMALL_STATE(21)] = 1752,
[SMALL_STATE(22)] = 1835,
[SMALL_STATE(23)] = 1918,
[SMALL_STATE(24)] = 2001,
[SMALL_STATE(25)] = 2084,
[SMALL_STATE(26)] = 2167,
[SMALL_STATE(27)] = 2250,
[SMALL_STATE(28)] = 2333,
[SMALL_STATE(29)] = 2416,
[SMALL_STATE(30)] = 2499,
[SMALL_STATE(31)] = 2582,
[SMALL_STATE(32)] = 2665,
[SMALL_STATE(33)] = 2692,
[SMALL_STATE(34)] = 2735,
[SMALL_STATE(35)] = 2778,
[SMALL_STATE(36)] = 2808,
[SMALL_STATE(37)] = 2838,
[SMALL_STATE(38)] = 2868,
[SMALL_STATE(39)] = 2910,
[SMALL_STATE(40)] = 2947,
[SMALL_STATE(41)] = 2998,
[SMALL_STATE(42)] = 3049,
[SMALL_STATE(43)] = 3099,
[SMALL_STATE(44)] = 3135,
[SMALL_STATE(45)] = 3169,
[SMALL_STATE(46)] = 3219,
[SMALL_STATE(47)] = 3253,
[SMALL_STATE(48)] = 3285,
[SMALL_STATE(49)] = 3313,
[SMALL_STATE(50)] = 3347,
[SMALL_STATE(51)] = 3381,
[SMALL_STATE(52)] = 3409,
[SMALL_STATE(53)] = 3443,
[SMALL_STATE(54)] = 3475,
[SMALL_STATE(55)] = 3508,
[SMALL_STATE(56)] = 3541,
[SMALL_STATE(57)] = 3564,
[SMALL_STATE(58)] = 3597,
[SMALL_STATE(59)] = 3630,
[SMALL_STATE(60)] = 3663,
[SMALL_STATE(61)] = 3696,
[SMALL_STATE(62)] = 3729,
[SMALL_STATE(63)] = 3752,
[SMALL_STATE(64)] = 3783,
[SMALL_STATE(65)] = 3806,
[SMALL_STATE(66)] = 3839,
[SMALL_STATE(67)] = 3872,
[SMALL_STATE(68)] = 3903,
[SMALL_STATE(69)] = 3926,
[SMALL_STATE(70)] = 3948,
[SMALL_STATE(71)] = 3976,
[SMALL_STATE(72)] = 4004,
[SMALL_STATE(73)] = 4026,
[SMALL_STATE(74)] = 4054,
[SMALL_STATE(75)] = 4076,
[SMALL_STATE(76)] = 4104,
[SMALL_STATE(77)] = 4132,
[SMALL_STATE(78)] = 4160,
[SMALL_STATE(79)] = 4188,
[SMALL_STATE(80)] = 4220,
[SMALL_STATE(81)] = 4248,
[SMALL_STATE(82)] = 4279,
[SMALL_STATE(83)] = 4310,
[SMALL_STATE(84)] = 4341,
[SMALL_STATE(85)] = 4368,
[SMALL_STATE(86)] = 4391,
[SMALL_STATE(87)] = 4422,
[SMALL_STATE(88)] = 4447,
[SMALL_STATE(89)] = 4478,
[SMALL_STATE(90)] = 4509,
[SMALL_STATE(91)] = 4534,
[SMALL_STATE(92)] = 4557,
[SMALL_STATE(93)] = 4588,
[SMALL_STATE(94)] = 4619,
[SMALL_STATE(95)] = 4646,
[SMALL_STATE(96)] = 4677,
[SMALL_STATE(97)] = 4704,
[SMALL_STATE(98)] = 4735,
[SMALL_STATE(99)] = 4766,
[SMALL_STATE(100)] = 4797,
[SMALL_STATE(101)] = 4828,
[SMALL_STATE(102)] = 4859,
[SMALL_STATE(103)] = 4887,
[SMALL_STATE(104)] = 4927,
[SMALL_STATE(105)] = 4953,
[SMALL_STATE(106)] = 4975,
[SMALL_STATE(107)] = 4997,
[SMALL_STATE(108)] = 5025,
[SMALL_STATE(109)] = 5053,
[SMALL_STATE(110)] = 5079,
[SMALL_STATE(111)] = 5099,
[SMALL_STATE(112)] = 5125,
[SMALL_STATE(113)] = 5151,
[SMALL_STATE(114)] = 5177,
[SMALL_STATE(115)] = 5197,
[SMALL_STATE(116)] = 5223,
[SMALL_STATE(117)] = 5249,
[SMALL_STATE(118)] = 5275,
[SMALL_STATE(119)] = 5315,
[SMALL_STATE(120)] = 5343,
[SMALL_STATE(121)] = 5369,
[SMALL_STATE(122)] = 5395,
[SMALL_STATE(123)] = 5435,
[SMALL_STATE(124)] = 5461,
[SMALL_STATE(125)] = 5501,
[SMALL_STATE(126)] = 5536,
[SMALL_STATE(127)] = 5559,
[SMALL_STATE(128)] = 5576,
[SMALL_STATE(129)] = 5599,
[SMALL_STATE(130)] = 5634,
[SMALL_STATE(131)] = 5659,
[SMALL_STATE(132)] = 5696,
[SMALL_STATE(133)] = 5731,
[SMALL_STATE(134)] = 5758,
[SMALL_STATE(135)] = 5793,
[SMALL_STATE(136)] = 5820,
[SMALL_STATE(137)] = 5845,
[SMALL_STATE(138)] = 5870,
[SMALL_STATE(139)] = 5907,
[SMALL_STATE(140)] = 5930,
[SMALL_STATE(141)] = 5955,
[SMALL_STATE(142)] = 5976,
[SMALL_STATE(143)] = 5997,
[SMALL_STATE(144)] = 6034,
[SMALL_STATE(145)] = 6051,
[SMALL_STATE(146)] = 6086,
[SMALL_STATE(147)] = 6123,
[SMALL_STATE(148)] = 6161,
[SMALL_STATE(149)] = 6185,
[SMALL_STATE(150)] = 6219,
[SMALL_STATE(151)] = 6243,
[SMALL_STATE(152)] = 6277,
[SMALL_STATE(153)] = 6311,
[SMALL_STATE(154)] = 6333,
[SMALL_STATE(155)] = 6367,
[SMALL_STATE(156)] = 6405,
[SMALL_STATE(157)] = 6439,
[SMALL_STATE(158)] = 6473,
[SMALL_STATE(159)] = 6507,
[SMALL_STATE(160)] = 6527,
[SMALL_STATE(161)] = 6547,
[SMALL_STATE(162)] = 6581,
[SMALL_STATE(163)] = 6619,
[SMALL_STATE(164)] = 6645,
[SMALL_STATE(165)] = 6683,
[SMALL_STATE(166)] = 6709,
[SMALL_STATE(167)] = 6743,
[SMALL_STATE(168)] = 6777,
[SMALL_STATE(169)] = 6811,
[SMALL_STATE(170)] = 6834,
[SMALL_STATE(171)] = 6863,
[SMALL_STATE(172)] = 6894,
[SMALL_STATE(173)] = 6923,
[SMALL_STATE(174)] = 6952,
[SMALL_STATE(175)] = 6977,
[SMALL_STATE(176)] = 7006,
[SMALL_STATE(177)] = 7029,
[SMALL_STATE(178)] = 7046,
[SMALL_STATE(179)] = 7069,
[SMALL_STATE(180)] = 7092,
[SMALL_STATE(181)] = 7109,
[SMALL_STATE(182)] = 7132,
[SMALL_STATE(183)] = 7157,
[SMALL_STATE(184)] = 7180,
[SMALL_STATE(185)] = 7195,
[SMALL_STATE(186)] = 7216,
[SMALL_STATE(187)] = 7239,
[SMALL_STATE(188)] = 7254,
[SMALL_STATE(189)] = 7283,
[SMALL_STATE(190)] = 7308,
[SMALL_STATE(191)] = 7331,
[SMALL_STATE(192)] = 7354,
[SMALL_STATE(193)] = 7383,
[SMALL_STATE(194)] = 7414,
[SMALL_STATE(195)] = 7443,
[SMALL_STATE(196)] = 7472,
[SMALL_STATE(197)] = 7497,
[SMALL_STATE(198)] = 7518,
[SMALL_STATE(199)] = 7545,
[SMALL_STATE(200)] = 7568,
[SMALL_STATE(201)] = 7597,
[SMALL_STATE(202)] = 7625,
[SMALL_STATE(203)] = 7653,
[SMALL_STATE(204)] = 7677,
[SMALL_STATE(205)] = 7705,
[SMALL_STATE(206)] = 7733,
[SMALL_STATE(207)] = 7753,
[SMALL_STATE(208)] = 7781,
[SMALL_STATE(209)] = 7811,
[SMALL_STATE(210)] = 7831,
[SMALL_STATE(211)] = 7855,
[SMALL_STATE(212)] = 7877,
[SMALL_STATE(213)] = 7899,
[SMALL_STATE(214)] = 7927,
[SMALL_STATE(215)] = 7945,
[SMALL_STATE(216)] = 7963,
[SMALL_STATE(217)] = 7989,
[SMALL_STATE(218)] = 8017,
[SMALL_STATE(219)] = 8045,
[SMALL_STATE(220)] = 8073,
[SMALL_STATE(221)] = 8101,
[SMALL_STATE(222)] = 8129,
[SMALL_STATE(223)] = 8157,
[SMALL_STATE(224)] = 8185,
[SMALL_STATE(225)] = 8215,
[SMALL_STATE(226)] = 8243,
[SMALL_STATE(227)] = 8267,
[SMALL_STATE(228)] = 8291,
[SMALL_STATE(229)] = 8319,
[SMALL_STATE(230)] = 8347,
[SMALL_STATE(231)] = 8375,
[SMALL_STATE(232)] = 8400,
[SMALL_STATE(233)] = 8415,
[SMALL_STATE(234)] = 8440,
[SMALL_STATE(235)] = 8459,
[SMALL_STATE(236)] = 8480,
[SMALL_STATE(237)] = 8507,
[SMALL_STATE(238)] = 8528,
[SMALL_STATE(239)] = 8549,
[SMALL_STATE(240)] = 8574,
[SMALL_STATE(241)] = 8593,
[SMALL_STATE(242)] = 8612,
[SMALL_STATE(243)] = 8637,
[SMALL_STATE(244)] = 8662,
[SMALL_STATE(245)] = 8683,
[SMALL_STATE(246)] = 8704,
[SMALL_STATE(247)] = 8725,
[SMALL_STATE(248)] = 8750,
[SMALL_STATE(249)] = 8771,
[SMALL_STATE(250)] = 8788,
[SMALL_STATE(251)] = 8813,
[SMALL_STATE(252)] = 8838,
[SMALL_STATE(253)] = 8863,
[SMALL_STATE(254)] = 8890,
[SMALL_STATE(255)] = 8915,
[SMALL_STATE(256)] = 8936,
[SMALL_STATE(257)] = 8957,
[SMALL_STATE(258)] = 8980,
[SMALL_STATE(259)] = 9003,
[SMALL_STATE(260)] = 9024,
[SMALL_STATE(261)] = 9045,
[SMALL_STATE(262)] = 9060,
[SMALL_STATE(263)] = 9085,
[SMALL_STATE(264)] = 9100,
[SMALL_STATE(265)] = 9119,
[SMALL_STATE(266)] = 9140,
[SMALL_STATE(267)] = 9165,
[SMALL_STATE(268)] = 9180,
[SMALL_STATE(269)] = 9199,
[SMALL_STATE(270)] = 9216,
[SMALL_STATE(271)] = 9241,
[SMALL_STATE(272)] = 9266,
[SMALL_STATE(273)] = 9291,
[SMALL_STATE(274)] = 9316,
[SMALL_STATE(275)] = 9330,
[SMALL_STATE(276)] = 9350,
[SMALL_STATE(277)] = 9364,
[SMALL_STATE(278)] = 9378,
[SMALL_STATE(279)] = 9392,
[SMALL_STATE(280)] = 9412,
[SMALL_STATE(281)] = 9426,
[SMALL_STATE(282)] = 9440,
[SMALL_STATE(283)] = 9454,
[SMALL_STATE(284)] = 9466,
[SMALL_STATE(285)] = 9486,
[SMALL_STATE(286)] = 9500,
[SMALL_STATE(287)] = 9514,
[SMALL_STATE(288)] = 9526,
[SMALL_STATE(289)] = 9540,
[SMALL_STATE(290)] = 9560,
[SMALL_STATE(291)] = 9574,
[SMALL_STATE(292)] = 9594,
[SMALL_STATE(293)] = 9614,
[SMALL_STATE(294)] = 9628,
[SMALL_STATE(295)] = 9642,
[SMALL_STATE(296)] = 9662,
[SMALL_STATE(297)] = 9676,
[SMALL_STATE(298)] = 9696,
[SMALL_STATE(299)] = 9716,
[SMALL_STATE(300)] = 9730,
[SMALL_STATE(301)] = 9744,
[SMALL_STATE(302)] = 9758,
[SMALL_STATE(303)] = 9772,
[SMALL_STATE(304)] = 9786,
[SMALL_STATE(305)] = 9800,
[SMALL_STATE(306)] = 9814,
[SMALL_STATE(307)] = 9828,
[SMALL_STATE(308)] = 9842,
[SMALL_STATE(309)] = 9856,
[SMALL_STATE(310)] = 9878,
[SMALL_STATE(311)] = 9900,
[SMALL_STATE(312)] = 9919,
[SMALL_STATE(313)] = 9938,
[SMALL_STATE(314)] = 9959,
[SMALL_STATE(315)] = 9980,
[SMALL_STATE(316)] = 10001,
[SMALL_STATE(317)] = 10020,
[SMALL_STATE(318)] = 10039,
[SMALL_STATE(319)] = 10057,
[SMALL_STATE(320)] = 10075,
[SMALL_STATE(321)] = 10087,
[SMALL_STATE(322)] = 10105,
[SMALL_STATE(323)] = 10121,
[SMALL_STATE(324)] = 10133,
[SMALL_STATE(325)] = 10149,
[SMALL_STATE(326)] = 10167,
[SMALL_STATE(327)] = 10181,
[SMALL_STATE(328)] = 10199,
[SMALL_STATE(329)] = 10211,
[SMALL_STATE(330)] = 10227,
[SMALL_STATE(331)] = 10245,
[SMALL_STATE(332)] = 10257,
[SMALL_STATE(333)] = 10273,
[SMALL_STATE(334)] = 10293,
[SMALL_STATE(335)] = 10305,
[SMALL_STATE(336)] = 10323,
[SMALL_STATE(337)] = 10341,
[SMALL_STATE(338)] = 10359,
[SMALL_STATE(339)] = 10377,
[SMALL_STATE(340)] = 10395,
[SMALL_STATE(341)] = 10413,
[SMALL_STATE(342)] = 10433,
[SMALL_STATE(343)] = 10451,
[SMALL_STATE(344)] = 10469,
[SMALL_STATE(345)] = 10489,
[SMALL_STATE(346)] = 10505,
[SMALL_STATE(347)] = 10519,
[SMALL_STATE(348)] = 10539,
[SMALL_STATE(349)] = 10559,
[SMALL_STATE(350)] = 10579,
[SMALL_STATE(351)] = 10599,
[SMALL_STATE(352)] = 10619,
[SMALL_STATE(353)] = 10639,
[SMALL_STATE(354)] = 10659,
[SMALL_STATE(355)] = 10679,
[SMALL_STATE(356)] = 10699,
[SMALL_STATE(357)] = 10719,
[SMALL_STATE(358)] = 10739,
[SMALL_STATE(359)] = 10752,
[SMALL_STATE(360)] = 10765,
[SMALL_STATE(361)] = 10780,
[SMALL_STATE(362)] = 10797,
[SMALL_STATE(363)] = 10810,
[SMALL_STATE(364)] = 10825,
[SMALL_STATE(365)] = 10836,
[SMALL_STATE(366)] = 10851,
[SMALL_STATE(367)] = 10866,
[SMALL_STATE(368)] = 10881,
[SMALL_STATE(369)] = 10894,
[SMALL_STATE(370)] = 10905,
[SMALL_STATE(371)] = 10918,
[SMALL_STATE(372)] = 10929,
[SMALL_STATE(373)] = 10943,
[SMALL_STATE(374)] = 10953,
[SMALL_STATE(375)] = 10963,
[SMALL_STATE(376)] = 10973,
[SMALL_STATE(377)] = 10983,
[SMALL_STATE(378)] = 10999,
[SMALL_STATE(379)] = 11009,
[SMALL_STATE(380)] = 11019,
[SMALL_STATE(381)] = 11029,
[SMALL_STATE(382)] = 11041,
[SMALL_STATE(383)] = 11053,
[SMALL_STATE(384)] = 11063,
[SMALL_STATE(385)] = 11077,
[SMALL_STATE(386)] = 11091,
[SMALL_STATE(387)] = 11101,
[SMALL_STATE(388)] = 11111,
[SMALL_STATE(389)] = 11121,
[SMALL_STATE(390)] = 11131,
[SMALL_STATE(391)] = 11141,
[SMALL_STATE(392)] = 11151,
[SMALL_STATE(393)] = 11167,
[SMALL_STATE(394)] = 11177,
[SMALL_STATE(395)] = 11193,
[SMALL_STATE(396)] = 11203,
[SMALL_STATE(397)] = 11213,
[SMALL_STATE(398)] = 11225,
[SMALL_STATE(399)] = 11235,
[SMALL_STATE(400)] = 11245,
[SMALL_STATE(401)] = 11255,
[SMALL_STATE(402)] = 11269,
[SMALL_STATE(403)] = 11285,
[SMALL_STATE(404)] = 11299,
[SMALL_STATE(405)] = 11309,
[SMALL_STATE(406)] = 11321,
[SMALL_STATE(407)] = 11335,
[SMALL_STATE(408)] = 11345,
[SMALL_STATE(409)] = 11359,
[SMALL_STATE(410)] = 11373,
[SMALL_STATE(411)] = 11387,
[SMALL_STATE(412)] = 11401,
[SMALL_STATE(413)] = 11415,
[SMALL_STATE(414)] = 11429,
[SMALL_STATE(415)] = 11445,
[SMALL_STATE(416)] = 11458,
[SMALL_STATE(417)] = 11471,
[SMALL_STATE(418)] = 11484,
[SMALL_STATE(419)] = 11497,
[SMALL_STATE(420)] = 11508,
[SMALL_STATE(421)] = 11521,
[SMALL_STATE(422)] = 11534,
[SMALL_STATE(423)] = 11547,
[SMALL_STATE(424)] = 11560,
[SMALL_STATE(425)] = 11573,
[SMALL_STATE(426)] = 11584,
[SMALL_STATE(427)] = 11597,
[SMALL_STATE(428)] = 11610,
[SMALL_STATE(429)] = 11623,
[SMALL_STATE(430)] = 11636,
[SMALL_STATE(431)] = 11649,
[SMALL_STATE(432)] = 11659,
[SMALL_STATE(433)] = 11669,
[SMALL_STATE(434)] = 11679,
[SMALL_STATE(435)] = 11689,
[SMALL_STATE(436)] = 11699,
[SMALL_STATE(437)] = 11705,
[SMALL_STATE(438)] = 11715,
[SMALL_STATE(439)] = 11725,
[SMALL_STATE(440)] = 11735,
[SMALL_STATE(441)] = 11745,
[SMALL_STATE(442)] = 11753,
[SMALL_STATE(443)] = 11763,
[SMALL_STATE(444)] = 11773,
[SMALL_STATE(445)] = 11783,
[SMALL_STATE(446)] = 11793,
[SMALL_STATE(447)] = 11803,
[SMALL_STATE(448)] = 11813,
[SMALL_STATE(449)] = 11823,
[SMALL_STATE(450)] = 11833,
[SMALL_STATE(451)] = 11843,
[SMALL_STATE(452)] = 11853,
[SMALL_STATE(453)] = 11863,
[SMALL_STATE(454)] = 11873,
[SMALL_STATE(455)] = 11883,
[SMALL_STATE(456)] = 11890,
[SMALL_STATE(457)] = 11897,
[SMALL_STATE(458)] = 11904,
[SMALL_STATE(459)] = 11911,
[SMALL_STATE(460)] = 11918,
[SMALL_STATE(461)] = 11925,
[SMALL_STATE(462)] = 11932,
[SMALL_STATE(463)] = 11939,
[SMALL_STATE(464)] = 11946,
[SMALL_STATE(465)] = 11953,
[SMALL_STATE(466)] = 11960,
[SMALL_STATE(467)] = 11967,
[SMALL_STATE(468)] = 11974,
[SMALL_STATE(469)] = 11981,
[SMALL_STATE(470)] = 11988,
[SMALL_STATE(471)] = 11995,
[SMALL_STATE(472)] = 11999,
[SMALL_STATE(473)] = 12003,
[SMALL_STATE(474)] = 12007,
[SMALL_STATE(475)] = 12011,
[SMALL_STATE(476)] = 12015,
[SMALL_STATE(477)] = 12019,
[SMALL_STATE(478)] = 12023,
[SMALL_STATE(479)] = 12027,
[SMALL_STATE(480)] = 12031,
[SMALL_STATE(481)] = 12035,
[SMALL_STATE(482)] = 12039,
[SMALL_STATE(483)] = 12043,
[SMALL_STATE(484)] = 12047,
[SMALL_STATE(485)] = 12051,
[SMALL_STATE(486)] = 12055,
[SMALL_STATE(487)] = 12059,
[SMALL_STATE(488)] = 12063,
[SMALL_STATE(489)] = 12067,
[SMALL_STATE(490)] = 12071,
[SMALL_STATE(491)] = 12075,
[SMALL_STATE(492)] = 12079,
[SMALL_STATE(493)] = 12083,
[SMALL_STATE(494)] = 12087,
[SMALL_STATE(495)] = 12091,
[SMALL_STATE(496)] = 12095,
[SMALL_STATE(497)] = 12099,
[SMALL_STATE(498)] = 12103,
[SMALL_STATE(499)] = 12107,
[SMALL_STATE(500)] = 12111,
[SMALL_STATE(501)] = 12115,
[SMALL_STATE(502)] = 12119,
[SMALL_STATE(503)] = 12123,
[SMALL_STATE(504)] = 12127,
[SMALL_STATE(505)] = 12131,
[SMALL_STATE(506)] = 12135,
[SMALL_STATE(507)] = 12139,
[SMALL_STATE(508)] = 12143,
[SMALL_STATE(509)] = 12147,
[SMALL_STATE(510)] = 12151,
[SMALL_STATE(511)] = 12155,
[SMALL_STATE(512)] = 12159,
[SMALL_STATE(513)] = 12163,
[SMALL_STATE(514)] = 12167,
[SMALL_STATE(515)] = 12171,
[SMALL_STATE(516)] = 12175,
[SMALL_STATE(517)] = 12179,
[SMALL_STATE(518)] = 12183,
[SMALL_STATE(519)] = 12187,
[SMALL_STATE(520)] = 12191,
[SMALL_STATE(521)] = 12195,
[SMALL_STATE(522)] = 12199,
[SMALL_STATE(523)] = 12203,
[SMALL_STATE(524)] = 12207,
[SMALL_STATE(525)] = 12211,
[SMALL_STATE(526)] = 12215,
[SMALL_STATE(527)] = 12219,
[SMALL_STATE(528)] = 12223,
[SMALL_STATE(529)] = 12227,
[SMALL_STATE(530)] = 12231,
[SMALL_STATE(531)] = 12235,
[SMALL_STATE(532)] = 12239,
[SMALL_STATE(533)] = 12243,
[SMALL_STATE(534)] = 12247,
[SMALL_STATE(535)] = 12251,
[SMALL_STATE(536)] = 12255,
[SMALL_STATE(537)] = 12259,
[SMALL_STATE(538)] = 12263,
[SMALL_STATE(539)] = 12267,
[SMALL_STATE(540)] = 12271,
[SMALL_STATE(541)] = 12275,
[SMALL_STATE(542)] = 12279,
[SMALL_STATE(543)] = 12283,
[SMALL_STATE(544)] = 12287,
[SMALL_STATE(545)] = 12291,
[SMALL_STATE(546)] = 12295,
[SMALL_STATE(547)] = 12299,
[SMALL_STATE(548)] = 12303,
[SMALL_STATE(549)] = 12307,
[SMALL_STATE(550)] = 12311,
[SMALL_STATE(551)] = 12315,
[SMALL_STATE(552)] = 12319,
[SMALL_STATE(553)] = 12323,
[SMALL_STATE(554)] = 12327,
};
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(44),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407),
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69),
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455),
[53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372),
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3),
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84),
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122),
[61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470),
[63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34),
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245),
[71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111),
[73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
[75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256),
[77] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0),
[79] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(44),
[82] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(4),
[85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(147),
[88] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(133),
[91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(511),
[94] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(511),
[97] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(406),
[100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(9),
[103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0),
[105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(118),
[108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(311),
[111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(123),
[114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(329),
[117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(241),
[120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(407),
[123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(466),
[126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(69),
[129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(543),
[132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(485),
[135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(38),
[138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
[142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468),
[144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232),
[146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33),
[148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0),
[150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
[154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461),
[156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263),
[158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267),
[160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
[162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164),
[164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
[168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155),
[170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43),
[174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
[176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
[182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
[190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 1, 0, 0),
[192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510),
[194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544),
[198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 1, 0, 0),
[200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67),
[202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__if_operand, 1, 0, 0),
[206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_operand, 1, 0, 0),
[208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36),
[210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__if_operand, 2, 0, 0),
[212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_operand, 2, 0, 0),
[214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37),
[216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__if_operand_repeat2, 2, 0, 0),
[218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_operand_repeat2, 2, 0, 0),
[220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_operand_repeat2, 2, 0, 0), SHIFT_REPEAT(37),
[223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525),
[225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
[227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 2, 0, 0),
[247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 2, 0, 0),
[249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0),
[251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0),
[253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0), SHIFT_REPEAT(69),
[256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0), SHIFT_REPEAT(543),
[259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirection_repeat1, 2, 0, 0), SHIFT_REPEAT(485),
[262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51),
[264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_stmt, 3, 0, 0),
[266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_stmt, 3, 0, 0),
[268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_stmt, 2, 0, 0),
[270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_stmt, 2, 0, 0),
[272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__if_operand_repeat1, 2, 0, 0),
[274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_operand_repeat1, 2, 0, 0),
[276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_operand_repeat1, 2, 0, 0), SHIFT_REPEAT(51),
[279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 1, 0, 0),
[281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 1, 0, 0),
[283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_assignment, 4, 0, 0),
[285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_assignment, 4, 0, 0),
[287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_assignment, 5, 0, 0),
[289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_assignment, 5, 0, 0),
[291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bracketed_value, 2, 0, 0),
[293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_value, 2, 0, 0),
[295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_assignment, 6, 0, 0),
[297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_assignment, 6, 0, 0),
[299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 6, 0, 0),
[301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 6, 0, 0),
[303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 8, 0, 0),
[305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 8, 0, 0),
[307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 7, 0, 0),
[309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 7, 0, 0),
[311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_assignment, 7, 0, 0),
[313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_assignment, 7, 0, 0),
[315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bracketed_value, 3, 0, 0),
[317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_value, 3, 0, 0),
[319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
[321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(238),
[324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
[326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(63),
[329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(63),
[332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paren_expression, 2, 0, 0),
[334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paren_expression, 2, 0, 0),
[336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 5, 0, 0),
[338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 5, 0, 0),
[340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_assignment, 8, 0, 0),
[342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_assignment, 8, 0, 0),
[344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 1, 0, 0),
[346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 1, 0, 0),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63),
[352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paren_expression, 3, 0, 0),
[354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paren_expression, 3, 0, 0),
[356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fd_redirect, 1, 0, 0),
[358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fd_redirect, 1, 0, 0),
[360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_assignment, 2, 0, 0),
[362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90),
[364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292),
[366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fd_redirect, 2, 0, 0),
[368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fd_redirect, 2, 0, 0),
[370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 4, 0, 0),
[372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294),
[374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85),
[376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304),
[378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 2, 0, 2),
[380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 2, 0, 2),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
[388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_assignment, 3, 0, 0),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108),
[396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parenthesized, 2, 0, 0), REDUCE(sym_paren_expression, 2, 0, 0),
[399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized, 2, 0, 0),
[401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parenthesized, 2, 0, 0), REDUCE(sym_paren_expression, 2, 0, 0),
[404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_caret_quoted_assignment_value, 1, 0, 0),
[406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91),
[408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assignment_value_repeat1, 2, 0, 0),
[410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(87),
[413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(292),
[416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_value, 1, 0, 0),
[418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87),
[420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_caret_quoted_assignment_value_repeat1, 2, 0, 0),
[422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_caret_quoted_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(91),
[425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150),
[431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(255),
[434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(102),
[437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(102),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504),
[452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421),
[454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
[458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
[468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_caret_quoted_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(106),
[471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 1, 0, 1),
[473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 1, 0, 1),
[475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102),
[479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139),
[481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289),
[483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized, 2, 0, 0),
[485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548),
[495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141),
[497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500),
[507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50),
[509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_stmt, 1, 0, 0),
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_stmt, 1, 0, 0),
[517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547),
[527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 4, 0, 0),
[529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42),
[533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_stmt, 4, 0, 0),
[535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_assignment_repeat1, 2, 0, 0),
[537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_assignment_repeat1, 2, 0, 0), SHIFT_REPEAT(126),
[540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_assignment_repeat1, 2, 0, 0),
[542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_paren_group, 3, 0, 0),
[544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(128),
[547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(289),
[550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 6, 0, 0),
[552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_stmt, 6, 0, 0),
[554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__echo_text, 1, 0, 0),
[556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__echo_text, 1, 0, 0),
[558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
[562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 7, 0, 0),
[564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_stmt, 7, 0, 0),
[566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 8, 0, 0),
[568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_stmt, 8, 0, 0),
[570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159),
[572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
[580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128),
[582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0),
[584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0),
[586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0), SHIFT_REPEAT(140),
[589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0), SHIFT_REPEAT(140),
[592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_caret_quoted_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(142),
[597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
[605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_paren_group, 2, 0, 0),
[607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 5, 0, 0),
[609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_stmt, 5, 0, 0),
[611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46),
[613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411),
[617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324),
[627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
[633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0), SHIFT_REPEAT(148),
[638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0), SHIFT_REPEAT(148),
[641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148),
[645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45),
[649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
[655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_assignment_repeat2, 2, 0, 0),
[657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignment_repeat2, 2, 0, 0), SHIFT_REPEAT(153),
[660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_assignment_repeat2, 2, 0, 0),
[662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160),
[666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_caret_quoted_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(160),
[669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410),
[679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
[683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 4, 0, 0),
[685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126),
[691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
[697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214),
[699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cond_exec, 3, 0, 0),
[701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cond_exec, 3, 0, 0),
[703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_sep, 3, 0, 0),
[705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_sep, 3, 0, 0),
[709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_stmt, 8, 0, 0),
[711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_stmt, 8, 0, 0),
[713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_stmt, 9, 0, 0),
[715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_stmt, 9, 0, 0),
[717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_stmt, 10, 0, 0),
[721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_stmt, 10, 0, 0),
[723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206),
[725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295),
[727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211),
[731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__body_stmt, 1, 0, 0),
[735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__body_stmt, 1, 0, 0),
[737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, 0, 0),
[739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, 0, 0),
[745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0),
[747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0),
[749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt, 1, 0, 0),
[751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11),
[753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83),
[755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_stmt, 3, 0, 0),
[777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_stmt, 3, 0, 0),
[779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_stmt, 7, 0, 0),
[783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_stmt, 7, 0, 0),
[785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14),
[789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35),
[797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25),
[799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265),
[803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209),
[805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15),
[807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(209),
[812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(295),
[815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212),
[819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0), SHIFT_REPEAT(212),
[822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0), SHIFT_REPEAT(212),
[825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215),
[827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_caret_quoted_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(215),
[830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(22),
[832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16),
[834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12),
[836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27),
[838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10),
[840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
[842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized, 3, 0, 0),
[848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized, 3, 0, 0),
[850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setlocal_stmt, 2, 0, 0),
[852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264),
[854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setlocal_stmt, 2, 0, 0),
[856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0), SHIFT_REPEAT(235),
[859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__echo_text_repeat1, 2, 0, 0), SHIFT_REPEAT(235),
[862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
[864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setlocal_stmt, 1, 0, 0),
[870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setlocal_stmt, 1, 0, 0),
[874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517),
[882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237),
[886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309),
[890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323),
[892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313),
[896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550),
[898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260),
[912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized, 5, 0, 0),
[916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized, 5, 0, 0),
[918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized, 4, 0, 0),
[920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized, 4, 0, 0),
[922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setlocal_stmt, 3, 0, 0),
[924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setlocal_stmt, 3, 0, 0),
[926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235),
[930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533),
[932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_setlocal_stmt_repeat1, 2, 0, 0),
[934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_setlocal_stmt_repeat1, 2, 0, 0), SHIFT_REPEAT(268),
[937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_setlocal_stmt_repeat1, 2, 0, 0),
[939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508),
[943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513),
[945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531),
[947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540),
[949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assignment_paren_group_repeat1, 2, 0, 0), SHIFT_REPEAT(275),
[952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_assignment_paren_group_repeat1, 2, 0, 0), SHIFT_REPEAT(275),
[955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_assignment_paren_group_repeat1, 2, 0, 0), SHIFT_REPEAT(279),
[958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_assignment_paren_group_repeat1, 2, 0, 0),
[960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_assignment, 3, 0, 0),
[962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_assignment, 3, 0, 0),
[964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284),
[966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279),
[970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334),
[972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275),
[974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320),
[978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291),
[980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184),
[984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 9, 0, 0),
[986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 9, 0, 0),
[988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187),
[990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298),
[992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
[996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_assignment, 3, 0, 0),
[998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297),
[1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283),
[1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_assignment, 4, 0, 0),
[1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_assignment, 4, 0, 0),
[1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287),
[1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127),
[1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_assignment, 2, 0, 0),
[1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_assignment, 2, 0, 0),
[1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 3, 0, 2),
[1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 3, 0, 2),
[1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 3, 0, 0),
[1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 3, 0, 0),
[1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prompt_assignment, 9, 0, 0),
[1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prompt_assignment, 9, 0, 0),
[1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 2, 0, 0),
[1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 2, 0, 0),
[1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_stmt, 4, 0, 0),
[1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_stmt, 4, 0, 0),
[1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cmd, 2, 0, 1),
[1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cmd, 2, 0, 1),
[1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310),
[1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_set, 1, 0, 0),
[1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_set_repeat1, 2, 0, 0), SHIFT_REPEAT(310),
[1047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_set_repeat1, 2, 0, 0), SHIFT_REPEAT(323),
[1050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_set_repeat1, 2, 0, 0), SHIFT_REPEAT(323),
[1053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_set_repeat1, 2, 0, 0), SHIFT_REPEAT(313),
[1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_set_repeat1, 2, 0, 0),
[1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_stmt, 1, 0, 0),
[1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_stmt, 1, 0, 0),
[1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370),
[1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322),
[1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_stmt, 2, 0, 0),
[1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_stmt, 2, 0, 0),
[1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368),
[1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345),
[1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369),
[1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328),
[1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314),
[1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331),
[1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315),
[1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_set_group_repeat1, 2, 0, 0), SHIFT_REPEAT(369),
[1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_set_group_repeat1, 2, 0, 0), SHIFT_REPEAT(369),
[1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_set_group_repeat1, 2, 0, 0), SHIFT_REPEAT(313),
[1099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_set_group_repeat1, 2, 0, 0),
[1101] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_set_group_repeat1, 2, 0, 0), SHIFT_REPEAT(315),
[1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54),
[1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366),
[1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58),
[1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_paren_group, 3, 0, 0),
[1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55),
[1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_set_repeat1, 1, 0, 3),
[1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_set_repeat1, 1, 0, 3),
[1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_stmt, 2, 0, 0),
[1126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
[1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_stmt, 2, 0, 0),
[1130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60),
[1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57),
[1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_set_group, 2, 0, 0),
[1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_set_group, 2, 0, 0),
[1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_stmt, 1, 0, 0),
[1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_stmt, 1, 0, 0),
[1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61),
[1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_set_group, 3, 0, 0),
[1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_set_group, 3, 0, 0),
[1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 2, 0, 0),
[1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 2, 0, 0),
[1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89),
[1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[1162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_paren_group, 2, 0, 0),
[1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101),
[1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82),
[1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86),
[1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88),
[1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92),
[1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95),
[1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_stmt, 3, 0, 0),
[1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_stmt, 3, 0, 0),
[1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359),
[1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_stmt, 3, 0, 0),
[1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_stmt, 3, 0, 0),
[1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
[1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463),
[1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423),
[1216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[1218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
[1220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[1226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415),
[1230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[1232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
[1234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
[1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424),
[1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
[1240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
[1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
[1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[1246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448),
[1248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
[1250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
[1252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_stmt, 4, 0, 0),
[1256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_stmt, 4, 0, 0),
[1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirect_stmt, 2, 0, 0),
[1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirect_stmt, 2, 0, 0),
[1264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_assignment_value, 1, 0, 0),
[1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367),
[1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_quoted_assignment_value_repeat1, 2, 0, 0),
[1272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_quoted_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(367),
[1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_quoted_assignment_value_repeat1, 2, 0, 0), SHIFT_REPEAT(367),
[1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_set_group_repeat1, 1, 0, 3),
[1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_set_group_repeat1, 1, 0, 3),
[1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465),
[1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418),
[1288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
[1290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[1292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394),
[1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_endlocal_stmt, 2, 0, 0),
[1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_endlocal_stmt, 2, 0, 0),
[1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 0),
[1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 0),
[1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_stmt, 5, 0, 0),
[1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_stmt, 5, 0, 0),
[1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
[1308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignment_repeat1, 2, 0, 0), SHIFT_REPEAT(394),
[1311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_assignment_repeat1, 2, 0, 0), SHIFT_REPEAT(394),
[1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_stmt, 9, 0, 0),
[1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_stmt, 9, 0, 0),
[1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_stmt, 4, 0, 0),
[1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_stmt, 4, 0, 0),
[1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[1324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
[1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65),
[1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo_off, 3, 0, 0),
[1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_echo_off, 3, 0, 0),
[1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
[1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_endlocal_stmt, 1, 0, 0),
[1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_endlocal_stmt, 1, 0, 0),
[1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422),
[1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99),
[1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464),
[1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80),
[1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554),
[1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427),
[1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
[1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527),
[1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428),
[1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56),
[1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449),
[1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469),
[1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70),
[1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498),
[1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426),
[1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420),
[1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176),
[1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475),
[1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459),
[1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112),
[1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542),
[1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
[1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178),
[1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480),
[1416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_operand_repeat2, 2, 0, 0), SHIFT_REPEAT(426),
[1419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_operand_repeat2, 2, 0, 0), SHIFT_REPEAT(426),
[1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430),
[1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
[1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536),
[1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62),
[1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467),
[1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109),
[1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515),
[1438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_bracketed_value_repeat1, 2, 0, 0), SHIFT_REPEAT(430),
[1441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_bracketed_value_repeat1, 2, 0, 0), SHIFT_REPEAT(430),
[1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_bracketed_value_repeat1, 2, 0, 0),
[1446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_operand_repeat1, 2, 0, 0), SHIFT_REPEAT(431),
[1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317),
[1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
[1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174),
[1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[1465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503),
[1467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402),
[1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196),
[1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
[1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[1485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
[1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
[1491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542),
[1495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[1497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[1499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
[1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
[1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414),
[1505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163),
[1509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392),
[1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165),
[1517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
[1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257),
[1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258),
[1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226),
[1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227),
[1537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316),
[1541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526),
[1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
[1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
[1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
[1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[1563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523),
[1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
[1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499),
[1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277),
[1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521),
[1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300),
[1581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
[1583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
[1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507),
[1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552),
[1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
[1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
[1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
[1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
[1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
[1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[1651] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
[1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
[1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
[1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
[1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
[1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[1685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
[1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
[1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528),
[1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
};
#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 = 11,
.patch_version = 1,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif