/* Automatically @generated by tree-sitter v0.25.8 */

#include "tree_sitter/parser.h"

#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif

#define LANGUAGE_VERSION 15
#define STATE_COUNT 1534
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 98
#define ALIAS_COUNT 0
#define TOKEN_COUNT 58
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 3
#define MAX_ALIAS_SEQUENCE_LENGTH 16
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 4
#define SUPERTYPE_COUNT 0

enum ts_symbol_identifiers {
  sym_identifier = 1,
  anon_sym_OptionPublic = 2,
  anon_sym_OptionPrivate = 3,
  anon_sym_OptionDeclare = 4,
  anon_sym_OptionExplicit = 5,
  anon_sym_Class = 6,
  anon_sym_End = 7,
  anon_sym_Sub = 8,
  anon_sym_Function = 9,
  anon_sym_As = 10,
  anon_sym_LPAREN = 11,
  anon_sym_COMMA = 12,
  anon_sym_RPAREN = 13,
  anon_sym_If = 14,
  anon_sym_Then = 15,
  anon_sym_ElseIf = 16,
  anon_sym_Else = 17,
  anon_sym_For = 18,
  anon_sym_EQ = 19,
  anon_sym_To = 20,
  anon_sym_Step = 21,
  anon_sym_Next = 22,
  anon_sym_Do = 23,
  anon_sym_While = 24,
  anon_sym_Until = 25,
  anon_sym_Loop = 26,
  anon_sym_Wend = 27,
  anon_sym_Select = 28,
  anon_sym_Case = 29,
  anon_sym_Dim = 30,
  anon_sym_Set = 31,
  anon_sym_Let = 32,
  anon_sym_Call = 33,
  anon_sym_PLUS = 34,
  anon_sym_DASH = 35,
  anon_sym_STAR = 36,
  anon_sym_SLASH = 37,
  anon_sym_BSLASH = 38,
  anon_sym_CARET = 39,
  anon_sym_Mod = 40,
  anon_sym_LT_GT = 41,
  anon_sym_LT = 42,
  anon_sym_GT = 43,
  anon_sym_LT_EQ = 44,
  anon_sym_GT_EQ = 45,
  anon_sym_And = 46,
  anon_sym_Or = 47,
  anon_sym_Not = 48,
  anon_sym_DOT = 49,
  sym_number = 50,
  sym_string = 51,
  anon_sym_True = 52,
  anon_sym_False = 53,
  sym_comment = 54,
  sym__eol = 55,
  aux_sym_identifier_stmt_token1 = 56,
  sym_keyword = 57,
  sym_source_file = 58,
  sym_option_stmt = 59,
  sym_class_decl = 60,
  sym_sub_decl = 61,
  sym_function_decl = 62,
  sym_param_list = 63,
  sym_param = 64,
  sym_type = 65,
  sym_statement = 66,
  sym_if_statement = 67,
  sym_for_statement = 68,
  sym_do_statement = 69,
  sym_while_statement = 70,
  sym_select_statement = 71,
  sym_case_clause = 72,
  sym_dim_statement = 73,
  sym_set_statement = 74,
  sym_let_statement = 75,
  sym_call_statement = 76,
  sym_expression = 77,
  sym_primary_expression = 78,
  sym_binary_expression = 79,
  sym_arithmetic_expression = 80,
  sym_comparison_expression = 81,
  sym_logical_expression = 82,
  sym_unary_expression = 83,
  sym_function_call = 84,
  sym_argument_list = 85,
  sym_member_expression = 86,
  sym_parenthesized_expression = 87,
  sym_boolean = 88,
  sym_keyword_stmt = 89,
  sym_identifier_stmt = 90,
  aux_sym_source_file_repeat1 = 91,
  aux_sym_class_decl_repeat1 = 92,
  aux_sym_param_list_repeat1 = 93,
  aux_sym_select_statement_repeat1 = 94,
  aux_sym_argument_list_repeat1 = 95,
  aux_sym_keyword_stmt_repeat1 = 96,
  aux_sym_identifier_stmt_repeat1 = 97,
};

static const char * const ts_symbol_names[] = {
  [ts_builtin_sym_end] = "end",
  [sym_identifier] = "identifier",
  [anon_sym_OptionPublic] = "keyword",
  [anon_sym_OptionPrivate] = "keyword",
  [anon_sym_OptionDeclare] = "keyword",
  [anon_sym_OptionExplicit] = "keyword",
  [anon_sym_Class] = "Class",
  [anon_sym_End] = "End",
  [anon_sym_Sub] = "Sub",
  [anon_sym_Function] = "Function",
  [anon_sym_As] = "As",
  [anon_sym_LPAREN] = "(",
  [anon_sym_COMMA] = ",",
  [anon_sym_RPAREN] = ")",
  [anon_sym_If] = "If",
  [anon_sym_Then] = "Then",
  [anon_sym_ElseIf] = "ElseIf",
  [anon_sym_Else] = "Else",
  [anon_sym_For] = "For",
  [anon_sym_EQ] = "=",
  [anon_sym_To] = "To",
  [anon_sym_Step] = "Step",
  [anon_sym_Next] = "Next",
  [anon_sym_Do] = "Do",
  [anon_sym_While] = "While",
  [anon_sym_Until] = "Until",
  [anon_sym_Loop] = "Loop",
  [anon_sym_Wend] = "Wend",
  [anon_sym_Select] = "Select",
  [anon_sym_Case] = "Case",
  [anon_sym_Dim] = "Dim",
  [anon_sym_Set] = "Set",
  [anon_sym_Let] = "Let",
  [anon_sym_Call] = "Call",
  [anon_sym_PLUS] = "+",
  [anon_sym_DASH] = "-",
  [anon_sym_STAR] = "*",
  [anon_sym_SLASH] = "/",
  [anon_sym_BSLASH] = "\\",
  [anon_sym_CARET] = "^",
  [anon_sym_Mod] = "Mod",
  [anon_sym_LT_GT] = "<>",
  [anon_sym_LT] = "<",
  [anon_sym_GT] = ">",
  [anon_sym_LT_EQ] = "<=",
  [anon_sym_GT_EQ] = ">=",
  [anon_sym_And] = "And",
  [anon_sym_Or] = "Or",
  [anon_sym_Not] = "Not",
  [anon_sym_DOT] = ".",
  [sym_number] = "number",
  [sym_string] = "string",
  [anon_sym_True] = "True",
  [anon_sym_False] = "False",
  [sym_comment] = "comment",
  [sym__eol] = "_eol",
  [aux_sym_identifier_stmt_token1] = "identifier_stmt_token1",
  [sym_keyword] = "keyword",
  [sym_source_file] = "source_file",
  [sym_option_stmt] = "option_stmt",
  [sym_class_decl] = "class_decl",
  [sym_sub_decl] = "sub_decl",
  [sym_function_decl] = "function_decl",
  [sym_param_list] = "param_list",
  [sym_param] = "param",
  [sym_type] = "type",
  [sym_statement] = "statement",
  [sym_if_statement] = "if_statement",
  [sym_for_statement] = "for_statement",
  [sym_do_statement] = "do_statement",
  [sym_while_statement] = "while_statement",
  [sym_select_statement] = "select_statement",
  [sym_case_clause] = "case_clause",
  [sym_dim_statement] = "dim_statement",
  [sym_set_statement] = "set_statement",
  [sym_let_statement] = "let_statement",
  [sym_call_statement] = "call_statement",
  [sym_expression] = "expression",
  [sym_primary_expression] = "primary_expression",
  [sym_binary_expression] = "binary_expression",
  [sym_arithmetic_expression] = "arithmetic_expression",
  [sym_comparison_expression] = "comparison_expression",
  [sym_logical_expression] = "logical_expression",
  [sym_unary_expression] = "unary_expression",
  [sym_function_call] = "function_call",
  [sym_argument_list] = "argument_list",
  [sym_member_expression] = "member_expression",
  [sym_parenthesized_expression] = "parenthesized_expression",
  [sym_boolean] = "boolean",
  [sym_keyword_stmt] = "keyword_stmt",
  [sym_identifier_stmt] = "identifier_stmt",
  [aux_sym_source_file_repeat1] = "source_file_repeat1",
  [aux_sym_class_decl_repeat1] = "class_decl_repeat1",
  [aux_sym_param_list_repeat1] = "param_list_repeat1",
  [aux_sym_select_statement_repeat1] = "select_statement_repeat1",
  [aux_sym_argument_list_repeat1] = "argument_list_repeat1",
  [aux_sym_keyword_stmt_repeat1] = "keyword_stmt_repeat1",
  [aux_sym_identifier_stmt_repeat1] = "identifier_stmt_repeat1",
};

static const TSSymbol ts_symbol_map[] = {
  [ts_builtin_sym_end] = ts_builtin_sym_end,
  [sym_identifier] = sym_identifier,
  [anon_sym_OptionPublic] = sym_keyword,
  [anon_sym_OptionPrivate] = sym_keyword,
  [anon_sym_OptionDeclare] = sym_keyword,
  [anon_sym_OptionExplicit] = sym_keyword,
  [anon_sym_Class] = anon_sym_Class,
  [anon_sym_End] = anon_sym_End,
  [anon_sym_Sub] = anon_sym_Sub,
  [anon_sym_Function] = anon_sym_Function,
  [anon_sym_As] = anon_sym_As,
  [anon_sym_LPAREN] = anon_sym_LPAREN,
  [anon_sym_COMMA] = anon_sym_COMMA,
  [anon_sym_RPAREN] = anon_sym_RPAREN,
  [anon_sym_If] = anon_sym_If,
  [anon_sym_Then] = anon_sym_Then,
  [anon_sym_ElseIf] = anon_sym_ElseIf,
  [anon_sym_Else] = anon_sym_Else,
  [anon_sym_For] = anon_sym_For,
  [anon_sym_EQ] = anon_sym_EQ,
  [anon_sym_To] = anon_sym_To,
  [anon_sym_Step] = anon_sym_Step,
  [anon_sym_Next] = anon_sym_Next,
  [anon_sym_Do] = anon_sym_Do,
  [anon_sym_While] = anon_sym_While,
  [anon_sym_Until] = anon_sym_Until,
  [anon_sym_Loop] = anon_sym_Loop,
  [anon_sym_Wend] = anon_sym_Wend,
  [anon_sym_Select] = anon_sym_Select,
  [anon_sym_Case] = anon_sym_Case,
  [anon_sym_Dim] = anon_sym_Dim,
  [anon_sym_Set] = anon_sym_Set,
  [anon_sym_Let] = anon_sym_Let,
  [anon_sym_Call] = anon_sym_Call,
  [anon_sym_PLUS] = anon_sym_PLUS,
  [anon_sym_DASH] = anon_sym_DASH,
  [anon_sym_STAR] = anon_sym_STAR,
  [anon_sym_SLASH] = anon_sym_SLASH,
  [anon_sym_BSLASH] = anon_sym_BSLASH,
  [anon_sym_CARET] = anon_sym_CARET,
  [anon_sym_Mod] = anon_sym_Mod,
  [anon_sym_LT_GT] = anon_sym_LT_GT,
  [anon_sym_LT] = anon_sym_LT,
  [anon_sym_GT] = anon_sym_GT,
  [anon_sym_LT_EQ] = anon_sym_LT_EQ,
  [anon_sym_GT_EQ] = anon_sym_GT_EQ,
  [anon_sym_And] = anon_sym_And,
  [anon_sym_Or] = anon_sym_Or,
  [anon_sym_Not] = anon_sym_Not,
  [anon_sym_DOT] = anon_sym_DOT,
  [sym_number] = sym_number,
  [sym_string] = sym_string,
  [anon_sym_True] = anon_sym_True,
  [anon_sym_False] = anon_sym_False,
  [sym_comment] = sym_comment,
  [sym__eol] = sym__eol,
  [aux_sym_identifier_stmt_token1] = aux_sym_identifier_stmt_token1,
  [sym_keyword] = sym_keyword,
  [sym_source_file] = sym_source_file,
  [sym_option_stmt] = sym_option_stmt,
  [sym_class_decl] = sym_class_decl,
  [sym_sub_decl] = sym_sub_decl,
  [sym_function_decl] = sym_function_decl,
  [sym_param_list] = sym_param_list,
  [sym_param] = sym_param,
  [sym_type] = sym_type,
  [sym_statement] = sym_statement,
  [sym_if_statement] = sym_if_statement,
  [sym_for_statement] = sym_for_statement,
  [sym_do_statement] = sym_do_statement,
  [sym_while_statement] = sym_while_statement,
  [sym_select_statement] = sym_select_statement,
  [sym_case_clause] = sym_case_clause,
  [sym_dim_statement] = sym_dim_statement,
  [sym_set_statement] = sym_set_statement,
  [sym_let_statement] = sym_let_statement,
  [sym_call_statement] = sym_call_statement,
  [sym_expression] = sym_expression,
  [sym_primary_expression] = sym_primary_expression,
  [sym_binary_expression] = sym_binary_expression,
  [sym_arithmetic_expression] = sym_arithmetic_expression,
  [sym_comparison_expression] = sym_comparison_expression,
  [sym_logical_expression] = sym_logical_expression,
  [sym_unary_expression] = sym_unary_expression,
  [sym_function_call] = sym_function_call,
  [sym_argument_list] = sym_argument_list,
  [sym_member_expression] = sym_member_expression,
  [sym_parenthesized_expression] = sym_parenthesized_expression,
  [sym_boolean] = sym_boolean,
  [sym_keyword_stmt] = sym_keyword_stmt,
  [sym_identifier_stmt] = sym_identifier_stmt,
  [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
  [aux_sym_class_decl_repeat1] = aux_sym_class_decl_repeat1,
  [aux_sym_param_list_repeat1] = aux_sym_param_list_repeat1,
  [aux_sym_select_statement_repeat1] = aux_sym_select_statement_repeat1,
  [aux_sym_argument_list_repeat1] = aux_sym_argument_list_repeat1,
  [aux_sym_keyword_stmt_repeat1] = aux_sym_keyword_stmt_repeat1,
  [aux_sym_identifier_stmt_repeat1] = aux_sym_identifier_stmt_repeat1,
};

static const TSSymbolMetadata ts_symbol_metadata[] = {
  [ts_builtin_sym_end] = {
    .visible = false,
    .named = true,
  },
  [sym_identifier] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_OptionPublic] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_OptionPrivate] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_OptionDeclare] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_OptionExplicit] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_Class] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_End] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Sub] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Function] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_As] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_COMMA] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_If] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Then] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_ElseIf] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Else] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_For] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_To] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Step] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Next] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Do] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_While] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Until] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Loop] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Wend] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Select] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Case] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Dim] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Set] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Let] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Call] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PLUS] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_STAR] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_SLASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_BSLASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_CARET] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Mod] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_And] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Or] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Not] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DOT] = {
    .visible = true,
    .named = false,
  },
  [sym_number] = {
    .visible = true,
    .named = true,
  },
  [sym_string] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_True] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_False] = {
    .visible = true,
    .named = false,
  },
  [sym_comment] = {
    .visible = true,
    .named = true,
  },
  [sym__eol] = {
    .visible = false,
    .named = true,
  },
  [aux_sym_identifier_stmt_token1] = {
    .visible = false,
    .named = false,
  },
  [sym_keyword] = {
    .visible = true,
    .named = true,
  },
  [sym_source_file] = {
    .visible = true,
    .named = true,
  },
  [sym_option_stmt] = {
    .visible = true,
    .named = true,
  },
  [sym_class_decl] = {
    .visible = true,
    .named = true,
  },
  [sym_sub_decl] = {
    .visible = true,
    .named = true,
  },
  [sym_function_decl] = {
    .visible = true,
    .named = true,
  },
  [sym_param_list] = {
    .visible = true,
    .named = true,
  },
  [sym_param] = {
    .visible = true,
    .named = true,
  },
  [sym_type] = {
    .visible = true,
    .named = true,
  },
  [sym_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_if_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_for_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_do_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_while_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_select_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_case_clause] = {
    .visible = true,
    .named = true,
  },
  [sym_dim_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_set_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_let_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_call_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_primary_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_binary_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_arithmetic_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_comparison_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_logical_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_unary_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_function_call] = {
    .visible = true,
    .named = true,
  },
  [sym_argument_list] = {
    .visible = true,
    .named = true,
  },
  [sym_member_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_parenthesized_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_boolean] = {
    .visible = true,
    .named = true,
  },
  [sym_keyword_stmt] = {
    .visible = true,
    .named = true,
  },
  [sym_identifier_stmt] = {
    .visible = true,
    .named = true,
  },
  [aux_sym_source_file_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_class_decl_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_param_list_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_select_statement_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_argument_list_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_keyword_stmt_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_identifier_stmt_repeat1] = {
    .visible = false,
    .named = false,
  },
};

enum ts_field_identifiers {
  field_keyword = 1,
  field_name = 2,
  field_parameters = 3,
};

static const char * const ts_field_names[] = {
  [0] = NULL,
  [field_keyword] = "keyword",
  [field_name] = "name",
  [field_parameters] = "parameters",
};

static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
  [1] = {.index = 0, .length = 1},
  [2] = {.index = 1, .length = 1},
  [3] = {.index = 2, .length = 2},
};

static const TSFieldMapEntry ts_field_map_entries[] = {
  [0] =
    {field_keyword, 0},
  [1] =
    {field_name, 1},
  [2] =
    {field_name, 1},
    {field_parameters, 2},
};

static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
  [0] = {0},
};

static const uint16_t ts_non_terminal_alias_map[] = {
  0,
};

static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
  [0] = 0,
  [1] = 1,
  [2] = 2,
  [3] = 3,
  [4] = 4,
  [5] = 4,
  [6] = 6,
  [7] = 7,
  [8] = 4,
  [9] = 7,
  [10] = 4,
  [11] = 7,
  [12] = 7,
  [13] = 4,
  [14] = 7,
  [15] = 4,
  [16] = 7,
  [17] = 4,
  [18] = 7,
  [19] = 4,
  [20] = 7,
  [21] = 21,
  [22] = 6,
  [23] = 23,
  [24] = 24,
  [25] = 25,
  [26] = 6,
  [27] = 23,
  [28] = 28,
  [29] = 23,
  [30] = 24,
  [31] = 25,
  [32] = 24,
  [33] = 21,
  [34] = 21,
  [35] = 23,
  [36] = 24,
  [37] = 21,
  [38] = 23,
  [39] = 24,
  [40] = 21,
  [41] = 23,
  [42] = 24,
  [43] = 25,
  [44] = 25,
  [45] = 25,
  [46] = 21,
  [47] = 23,
  [48] = 24,
  [49] = 25,
  [50] = 50,
  [51] = 21,
  [52] = 21,
  [53] = 23,
  [54] = 24,
  [55] = 25,
  [56] = 25,
  [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] = 58,
  [70] = 6,
  [71] = 6,
  [72] = 72,
  [73] = 6,
  [74] = 74,
  [75] = 75,
  [76] = 76,
  [77] = 77,
  [78] = 78,
  [79] = 79,
  [80] = 80,
  [81] = 81,
  [82] = 60,
  [83] = 64,
  [84] = 74,
  [85] = 75,
  [86] = 76,
  [87] = 77,
  [88] = 78,
  [89] = 79,
  [90] = 80,
  [91] = 81,
  [92] = 60,
  [93] = 64,
  [94] = 74,
  [95] = 75,
  [96] = 76,
  [97] = 77,
  [98] = 78,
  [99] = 79,
  [100] = 80,
  [101] = 81,
  [102] = 60,
  [103] = 64,
  [104] = 74,
  [105] = 75,
  [106] = 76,
  [107] = 77,
  [108] = 78,
  [109] = 79,
  [110] = 80,
  [111] = 81,
  [112] = 60,
  [113] = 64,
  [114] = 74,
  [115] = 75,
  [116] = 76,
  [117] = 77,
  [118] = 78,
  [119] = 79,
  [120] = 80,
  [121] = 81,
  [122] = 60,
  [123] = 64,
  [124] = 74,
  [125] = 75,
  [126] = 76,
  [127] = 77,
  [128] = 78,
  [129] = 79,
  [130] = 80,
  [131] = 81,
  [132] = 60,
  [133] = 64,
  [134] = 74,
  [135] = 75,
  [136] = 76,
  [137] = 77,
  [138] = 78,
  [139] = 79,
  [140] = 80,
  [141] = 81,
  [142] = 60,
  [143] = 64,
  [144] = 75,
  [145] = 145,
  [146] = 146,
  [147] = 147,
  [148] = 148,
  [149] = 76,
  [150] = 150,
  [151] = 57,
  [152] = 152,
  [153] = 153,
  [154] = 154,
  [155] = 61,
  [156] = 62,
  [157] = 157,
  [158] = 65,
  [159] = 66,
  [160] = 67,
  [161] = 68,
  [162] = 58,
  [163] = 163,
  [164] = 164,
  [165] = 145,
  [166] = 146,
  [167] = 147,
  [168] = 148,
  [169] = 150,
  [170] = 152,
  [171] = 61,
  [172] = 62,
  [173] = 65,
  [174] = 66,
  [175] = 67,
  [176] = 68,
  [177] = 58,
  [178] = 152,
  [179] = 146,
  [180] = 147,
  [181] = 148,
  [182] = 150,
  [183] = 57,
  [184] = 152,
  [185] = 77,
  [186] = 6,
  [187] = 61,
  [188] = 62,
  [189] = 78,
  [190] = 65,
  [191] = 66,
  [192] = 67,
  [193] = 68,
  [194] = 58,
  [195] = 195,
  [196] = 196,
  [197] = 145,
  [198] = 146,
  [199] = 147,
  [200] = 148,
  [201] = 201,
  [202] = 150,
  [203] = 57,
  [204] = 152,
  [205] = 61,
  [206] = 62,
  [207] = 65,
  [208] = 66,
  [209] = 67,
  [210] = 68,
  [211] = 58,
  [212] = 79,
  [213] = 145,
  [214] = 146,
  [215] = 147,
  [216] = 148,
  [217] = 217,
  [218] = 150,
  [219] = 57,
  [220] = 152,
  [221] = 221,
  [222] = 61,
  [223] = 62,
  [224] = 145,
  [225] = 65,
  [226] = 66,
  [227] = 67,
  [228] = 68,
  [229] = 58,
  [230] = 230,
  [231] = 145,
  [232] = 146,
  [233] = 147,
  [234] = 148,
  [235] = 146,
  [236] = 150,
  [237] = 57,
  [238] = 152,
  [239] = 147,
  [240] = 80,
  [241] = 61,
  [242] = 62,
  [243] = 148,
  [244] = 65,
  [245] = 66,
  [246] = 67,
  [247] = 68,
  [248] = 58,
  [249] = 145,
  [250] = 146,
  [251] = 147,
  [252] = 148,
  [253] = 150,
  [254] = 150,
  [255] = 57,
  [256] = 152,
  [257] = 81,
  [258] = 57,
  [259] = 61,
  [260] = 62,
  [261] = 74,
  [262] = 65,
  [263] = 66,
  [264] = 67,
  [265] = 68,
  [266] = 145,
  [267] = 267,
  [268] = 268,
  [269] = 269,
  [270] = 270,
  [271] = 269,
  [272] = 270,
  [273] = 269,
  [274] = 270,
  [275] = 275,
  [276] = 276,
  [277] = 277,
  [278] = 278,
  [279] = 279,
  [280] = 280,
  [281] = 281,
  [282] = 282,
  [283] = 283,
  [284] = 284,
  [285] = 285,
  [286] = 286,
  [287] = 287,
  [288] = 288,
  [289] = 289,
  [290] = 275,
  [291] = 267,
  [292] = 279,
  [293] = 275,
  [294] = 279,
  [295] = 295,
  [296] = 279,
  [297] = 275,
  [298] = 279,
  [299] = 275,
  [300] = 279,
  [301] = 275,
  [302] = 279,
  [303] = 275,
  [304] = 279,
  [305] = 275,
  [306] = 306,
  [307] = 307,
  [308] = 308,
  [309] = 309,
  [310] = 310,
  [311] = 311,
  [312] = 312,
  [313] = 313,
  [314] = 309,
  [315] = 311,
  [316] = 316,
  [317] = 313,
  [318] = 318,
  [319] = 319,
  [320] = 309,
  [321] = 311,
  [322] = 322,
  [323] = 316,
  [324] = 313,
  [325] = 318,
  [326] = 319,
  [327] = 327,
  [328] = 318,
  [329] = 309,
  [330] = 311,
  [331] = 316,
  [332] = 313,
  [333] = 318,
  [334] = 319,
  [335] = 309,
  [336] = 311,
  [337] = 316,
  [338] = 338,
  [339] = 313,
  [340] = 318,
  [341] = 341,
  [342] = 319,
  [343] = 319,
  [344] = 309,
  [345] = 311,
  [346] = 316,
  [347] = 347,
  [348] = 313,
  [349] = 318,
  [350] = 319,
  [351] = 309,
  [352] = 311,
  [353] = 316,
  [354] = 312,
  [355] = 313,
  [356] = 318,
  [357] = 357,
  [358] = 319,
  [359] = 359,
  [360] = 309,
  [361] = 311,
  [362] = 362,
  [363] = 316,
  [364] = 316,
  [365] = 313,
  [366] = 318,
  [367] = 319,
  [368] = 368,
  [369] = 306,
  [370] = 370,
  [371] = 308,
  [372] = 359,
  [373] = 362,
  [374] = 368,
  [375] = 338,
  [376] = 357,
  [377] = 310,
  [378] = 327,
  [379] = 338,
  [380] = 357,
  [381] = 310,
  [382] = 341,
  [383] = 338,
  [384] = 357,
  [385] = 310,
  [386] = 341,
  [387] = 338,
  [388] = 357,
  [389] = 310,
  [390] = 341,
  [391] = 338,
  [392] = 357,
  [393] = 310,
  [394] = 341,
  [395] = 338,
  [396] = 357,
  [397] = 310,
  [398] = 341,
  [399] = 338,
  [400] = 357,
  [401] = 310,
  [402] = 341,
  [403] = 322,
  [404] = 322,
  [405] = 322,
  [406] = 322,
  [407] = 322,
  [408] = 322,
  [409] = 322,
  [410] = 370,
  [411] = 306,
  [412] = 307,
  [413] = 327,
  [414] = 370,
  [415] = 306,
  [416] = 307,
  [417] = 327,
  [418] = 370,
  [419] = 306,
  [420] = 307,
  [421] = 327,
  [422] = 370,
  [423] = 307,
  [424] = 327,
  [425] = 370,
  [426] = 306,
  [427] = 307,
  [428] = 327,
  [429] = 370,
  [430] = 306,
  [431] = 307,
  [432] = 327,
  [433] = 370,
  [434] = 306,
  [435] = 307,
  [436] = 341,
  [437] = 437,
  [438] = 438,
  [439] = 439,
  [440] = 438,
  [441] = 439,
  [442] = 442,
  [443] = 443,
  [444] = 439,
  [445] = 445,
  [446] = 446,
  [447] = 447,
  [448] = 448,
  [449] = 449,
  [450] = 450,
  [451] = 451,
  [452] = 452,
  [453] = 453,
  [454] = 454,
  [455] = 455,
  [456] = 456,
  [457] = 457,
  [458] = 458,
  [459] = 459,
  [460] = 460,
  [461] = 461,
  [462] = 462,
  [463] = 463,
  [464] = 464,
  [465] = 465,
  [466] = 466,
  [467] = 467,
  [468] = 468,
  [469] = 438,
  [470] = 470,
  [471] = 471,
  [472] = 472,
  [473] = 473,
  [474] = 474,
  [475] = 475,
  [476] = 476,
  [477] = 477,
  [478] = 478,
  [479] = 479,
  [480] = 480,
  [481] = 454,
  [482] = 482,
  [483] = 483,
  [484] = 484,
  [485] = 454,
  [486] = 486,
  [487] = 487,
  [488] = 488,
  [489] = 489,
  [490] = 490,
  [491] = 491,
  [492] = 492,
  [493] = 493,
  [494] = 494,
  [495] = 495,
  [496] = 496,
  [497] = 497,
  [498] = 295,
  [499] = 281,
  [500] = 454,
  [501] = 282,
  [502] = 283,
  [503] = 285,
  [504] = 287,
  [505] = 276,
  [506] = 286,
  [507] = 284,
  [508] = 277,
  [509] = 278,
  [510] = 280,
  [511] = 454,
  [512] = 288,
  [513] = 289,
  [514] = 454,
  [515] = 454,
  [516] = 454,
  [517] = 517,
  [518] = 518,
  [519] = 519,
  [520] = 520,
  [521] = 521,
  [522] = 522,
  [523] = 523,
  [524] = 524,
  [525] = 519,
  [526] = 526,
  [527] = 527,
  [528] = 528,
  [529] = 529,
  [530] = 522,
  [531] = 526,
  [532] = 532,
  [533] = 533,
  [534] = 524,
  [535] = 535,
  [536] = 529,
  [537] = 532,
  [538] = 527,
  [539] = 528,
  [540] = 540,
  [541] = 529,
  [542] = 522,
  [543] = 526,
  [544] = 532,
  [545] = 527,
  [546] = 518,
  [547] = 547,
  [548] = 528,
  [549] = 529,
  [550] = 522,
  [551] = 526,
  [552] = 532,
  [553] = 527,
  [554] = 528,
  [555] = 535,
  [556] = 527,
  [557] = 528,
  [558] = 529,
  [559] = 522,
  [560] = 526,
  [561] = 532,
  [562] = 547,
  [563] = 527,
  [564] = 528,
  [565] = 529,
  [566] = 518,
  [567] = 547,
  [568] = 522,
  [569] = 526,
  [570] = 527,
  [571] = 528,
  [572] = 535,
  [573] = 529,
  [574] = 522,
  [575] = 526,
  [576] = 532,
  [577] = 527,
  [578] = 518,
  [579] = 547,
  [580] = 528,
  [581] = 529,
  [582] = 522,
  [583] = 526,
  [584] = 518,
  [585] = 532,
  [586] = 535,
  [587] = 547,
  [588] = 535,
  [589] = 518,
  [590] = 547,
  [591] = 535,
  [592] = 518,
  [593] = 547,
  [594] = 535,
  [595] = 518,
  [596] = 547,
  [597] = 597,
  [598] = 535,
  [599] = 597,
  [600] = 597,
  [601] = 597,
  [602] = 597,
  [603] = 597,
  [604] = 597,
  [605] = 597,
  [606] = 533,
  [607] = 540,
  [608] = 521,
  [609] = 519,
  [610] = 533,
  [611] = 540,
  [612] = 521,
  [613] = 519,
  [614] = 533,
  [615] = 540,
  [616] = 521,
  [617] = 519,
  [618] = 533,
  [619] = 540,
  [620] = 521,
  [621] = 519,
  [622] = 533,
  [623] = 540,
  [624] = 521,
  [625] = 519,
  [626] = 533,
  [627] = 540,
  [628] = 521,
  [629] = 519,
  [630] = 533,
  [631] = 540,
  [632] = 521,
  [633] = 532,
  [634] = 445,
  [635] = 479,
  [636] = 480,
  [637] = 448,
  [638] = 492,
  [639] = 457,
  [640] = 517,
  [641] = 484,
  [642] = 486,
  [643] = 487,
  [644] = 462,
  [645] = 455,
  [646] = 475,
  [647] = 488,
  [648] = 489,
  [649] = 442,
  [650] = 447,
  [651] = 456,
  [652] = 491,
  [653] = 437,
  [654] = 493,
  [655] = 494,
  [656] = 495,
  [657] = 453,
  [658] = 465,
  [659] = 464,
  [660] = 482,
  [661] = 496,
  [662] = 443,
  [663] = 446,
  [664] = 497,
  [665] = 466,
  [666] = 467,
  [667] = 473,
  [668] = 474,
  [669] = 476,
  [670] = 451,
  [671] = 490,
  [672] = 455,
  [673] = 484,
  [674] = 467,
  [675] = 486,
  [676] = 494,
  [677] = 487,
  [678] = 488,
  [679] = 495,
  [680] = 473,
  [681] = 464,
  [682] = 474,
  [683] = 476,
  [684] = 496,
  [685] = 497,
  [686] = 465,
  [687] = 457,
  [688] = 462,
  [689] = 475,
  [690] = 445,
  [691] = 489,
  [692] = 451,
  [693] = 453,
  [694] = 482,
  [695] = 492,
  [696] = 442,
  [697] = 443,
  [698] = 446,
  [699] = 490,
  [700] = 447,
  [701] = 448,
  [702] = 455,
  [703] = 456,
  [704] = 464,
  [705] = 466,
  [706] = 491,
  [707] = 467,
  [708] = 456,
  [709] = 479,
  [710] = 473,
  [711] = 437,
  [712] = 448,
  [713] = 466,
  [714] = 476,
  [715] = 493,
  [716] = 517,
  [717] = 479,
  [718] = 480,
  [719] = 480,
  [720] = 517,
  [721] = 484,
  [722] = 486,
  [723] = 487,
  [724] = 488,
  [725] = 489,
  [726] = 490,
  [727] = 491,
  [728] = 437,
  [729] = 493,
  [730] = 494,
  [731] = 495,
  [732] = 496,
  [733] = 497,
  [734] = 465,
  [735] = 457,
  [736] = 462,
  [737] = 475,
  [738] = 445,
  [739] = 451,
  [740] = 453,
  [741] = 482,
  [742] = 492,
  [743] = 442,
  [744] = 443,
  [745] = 446,
  [746] = 447,
  [747] = 474,
  [748] = 479,
  [749] = 455,
  [750] = 456,
  [751] = 464,
  [752] = 466,
  [753] = 467,
  [754] = 473,
  [755] = 474,
  [756] = 476,
  [757] = 479,
  [758] = 480,
  [759] = 517,
  [760] = 456,
  [761] = 484,
  [762] = 486,
  [763] = 487,
  [764] = 488,
  [765] = 489,
  [766] = 480,
  [767] = 490,
  [768] = 491,
  [769] = 437,
  [770] = 493,
  [771] = 494,
  [772] = 495,
  [773] = 496,
  [774] = 497,
  [775] = 465,
  [776] = 457,
  [777] = 462,
  [778] = 475,
  [779] = 445,
  [780] = 451,
  [781] = 453,
  [782] = 482,
  [783] = 464,
  [784] = 492,
  [785] = 442,
  [786] = 443,
  [787] = 465,
  [788] = 446,
  [789] = 447,
  [790] = 448,
  [791] = 455,
  [792] = 456,
  [793] = 464,
  [794] = 466,
  [795] = 467,
  [796] = 473,
  [797] = 474,
  [798] = 476,
  [799] = 475,
  [800] = 489,
  [801] = 490,
  [802] = 466,
  [803] = 491,
  [804] = 437,
  [805] = 493,
  [806] = 494,
  [807] = 457,
  [808] = 495,
  [809] = 496,
  [810] = 497,
  [811] = 482,
  [812] = 462,
  [813] = 467,
  [814] = 492,
  [815] = 442,
  [816] = 473,
  [817] = 443,
  [818] = 446,
  [819] = 447,
  [820] = 475,
  [821] = 445,
  [822] = 445,
  [823] = 474,
  [824] = 455,
  [825] = 456,
  [826] = 464,
  [827] = 466,
  [828] = 467,
  [829] = 473,
  [830] = 474,
  [831] = 451,
  [832] = 476,
  [833] = 476,
  [834] = 480,
  [835] = 517,
  [836] = 517,
  [837] = 479,
  [838] = 480,
  [839] = 453,
  [840] = 484,
  [841] = 486,
  [842] = 453,
  [843] = 517,
  [844] = 482,
  [845] = 487,
  [846] = 484,
  [847] = 488,
  [848] = 465,
  [849] = 486,
  [850] = 487,
  [851] = 489,
  [852] = 490,
  [853] = 488,
  [854] = 492,
  [855] = 448,
  [856] = 484,
  [857] = 491,
  [858] = 442,
  [859] = 437,
  [860] = 443,
  [861] = 457,
  [862] = 489,
  [863] = 462,
  [864] = 493,
  [865] = 446,
  [866] = 494,
  [867] = 447,
  [868] = 490,
  [869] = 491,
  [870] = 486,
  [871] = 495,
  [872] = 487,
  [873] = 496,
  [874] = 488,
  [875] = 437,
  [876] = 493,
  [877] = 494,
  [878] = 495,
  [879] = 496,
  [880] = 497,
  [881] = 465,
  [882] = 457,
  [883] = 462,
  [884] = 479,
  [885] = 451,
  [886] = 475,
  [887] = 497,
  [888] = 445,
  [889] = 451,
  [890] = 455,
  [891] = 453,
  [892] = 482,
  [893] = 492,
  [894] = 442,
  [895] = 443,
  [896] = 446,
  [897] = 447,
  [898] = 448,
  [899] = 448,
  [900] = 900,
  [901] = 901,
  [902] = 902,
  [903] = 903,
  [904] = 903,
  [905] = 902,
  [906] = 902,
  [907] = 903,
  [908] = 902,
  [909] = 902,
  [910] = 902,
  [911] = 902,
  [912] = 902,
  [913] = 903,
  [914] = 903,
  [915] = 915,
  [916] = 916,
  [917] = 917,
  [918] = 903,
  [919] = 903,
  [920] = 903,
  [921] = 921,
  [922] = 922,
  [923] = 923,
  [924] = 924,
  [925] = 925,
  [926] = 926,
  [927] = 927,
  [928] = 928,
  [929] = 929,
  [930] = 923,
  [931] = 924,
  [932] = 932,
  [933] = 928,
  [934] = 929,
  [935] = 935,
  [936] = 926,
  [937] = 927,
  [938] = 938,
  [939] = 925,
  [940] = 935,
  [941] = 922,
  [942] = 923,
  [943] = 924,
  [944] = 928,
  [945] = 929,
  [946] = 935,
  [947] = 947,
  [948] = 926,
  [949] = 927,
  [950] = 950,
  [951] = 938,
  [952] = 922,
  [953] = 925,
  [954] = 923,
  [955] = 922,
  [956] = 924,
  [957] = 928,
  [958] = 929,
  [959] = 926,
  [960] = 927,
  [961] = 938,
  [962] = 925,
  [963] = 963,
  [964] = 938,
  [965] = 922,
  [966] = 923,
  [967] = 924,
  [968] = 928,
  [969] = 929,
  [970] = 935,
  [971] = 926,
  [972] = 927,
  [973] = 938,
  [974] = 922,
  [975] = 925,
  [976] = 923,
  [977] = 922,
  [978] = 924,
  [979] = 928,
  [980] = 929,
  [981] = 935,
  [982] = 926,
  [983] = 927,
  [984] = 938,
  [985] = 925,
  [986] = 922,
  [987] = 923,
  [988] = 924,
  [989] = 928,
  [990] = 929,
  [991] = 935,
  [992] = 926,
  [993] = 927,
  [994] = 938,
  [995] = 925,
  [996] = 923,
  [997] = 924,
  [998] = 928,
  [999] = 929,
  [1000] = 935,
  [1001] = 926,
  [1002] = 927,
  [1003] = 938,
  [1004] = 925,
  [1005] = 935,
  [1006] = 1006,
  [1007] = 1007,
  [1008] = 1008,
  [1009] = 1006,
  [1010] = 1006,
  [1011] = 1006,
  [1012] = 1006,
  [1013] = 1013,
  [1014] = 1008,
  [1015] = 1008,
  [1016] = 1016,
  [1017] = 1008,
  [1018] = 1008,
  [1019] = 1019,
  [1020] = 1006,
  [1021] = 1006,
  [1022] = 1022,
  [1023] = 1023,
  [1024] = 1024,
  [1025] = 1006,
  [1026] = 1026,
  [1027] = 1008,
  [1028] = 1008,
  [1029] = 1029,
  [1030] = 1030,
  [1031] = 1008,
  [1032] = 1032,
  [1033] = 1033,
  [1034] = 1034,
  [1035] = 1035,
  [1036] = 1036,
  [1037] = 1037,
  [1038] = 1038,
  [1039] = 1039,
  [1040] = 1040,
  [1041] = 1041,
  [1042] = 1042,
  [1043] = 1043,
  [1044] = 1044,
  [1045] = 1045,
  [1046] = 1046,
  [1047] = 1043,
  [1048] = 1048,
  [1049] = 1049,
  [1050] = 1050,
  [1051] = 1051,
  [1052] = 1052,
  [1053] = 1048,
  [1054] = 1054,
  [1055] = 1055,
  [1056] = 1056,
  [1057] = 1057,
  [1058] = 1058,
  [1059] = 1059,
  [1060] = 1052,
  [1061] = 1061,
  [1062] = 1050,
  [1063] = 1063,
  [1064] = 1064,
  [1065] = 1065,
  [1066] = 1066,
  [1067] = 1067,
  [1068] = 1068,
  [1069] = 1035,
  [1070] = 1070,
  [1071] = 1037,
  [1072] = 1038,
  [1073] = 1073,
  [1074] = 1040,
  [1075] = 1041,
  [1076] = 1042,
  [1077] = 1043,
  [1078] = 1044,
  [1079] = 1045,
  [1080] = 1046,
  [1081] = 1081,
  [1082] = 1082,
  [1083] = 1051,
  [1084] = 1084,
  [1085] = 1085,
  [1086] = 1086,
  [1087] = 1087,
  [1088] = 1088,
  [1089] = 1054,
  [1090] = 1056,
  [1091] = 1091,
  [1092] = 1092,
  [1093] = 1059,
  [1094] = 1052,
  [1095] = 1056,
  [1096] = 1050,
  [1097] = 1063,
  [1098] = 1098,
  [1099] = 1099,
  [1100] = 1066,
  [1101] = 1101,
  [1102] = 1068,
  [1103] = 1035,
  [1104] = 1104,
  [1105] = 1037,
  [1106] = 1038,
  [1107] = 1034,
  [1108] = 1040,
  [1109] = 1041,
  [1110] = 1042,
  [1111] = 1043,
  [1112] = 1044,
  [1113] = 1113,
  [1114] = 1114,
  [1115] = 1115,
  [1116] = 1116,
  [1117] = 1117,
  [1118] = 1118,
  [1119] = 1119,
  [1120] = 1120,
  [1121] = 1121,
  [1122] = 1122,
  [1123] = 1036,
  [1124] = 1063,
  [1125] = 1059,
  [1126] = 1052,
  [1127] = 1052,
  [1128] = 1050,
  [1129] = 1063,
  [1130] = 1130,
  [1131] = 1086,
  [1132] = 1048,
  [1133] = 1091,
  [1134] = 1066,
  [1135] = 1066,
  [1136] = 1058,
  [1137] = 1061,
  [1138] = 1138,
  [1139] = 1139,
  [1140] = 1140,
  [1141] = 1068,
  [1142] = 1035,
  [1143] = 1143,
  [1144] = 1115,
  [1145] = 1116,
  [1146] = 1081,
  [1147] = 1082,
  [1148] = 1066,
  [1149] = 1092,
  [1150] = 1086,
  [1151] = 1087,
  [1152] = 1056,
  [1153] = 1054,
  [1154] = 1091,
  [1155] = 1092,
  [1156] = 1156,
  [1157] = 1098,
  [1158] = 1099,
  [1159] = 1101,
  [1160] = 1104,
  [1161] = 1034,
  [1162] = 1114,
  [1163] = 1117,
  [1164] = 1118,
  [1165] = 1119,
  [1166] = 1120,
  [1167] = 1121,
  [1168] = 1122,
  [1169] = 1036,
  [1170] = 1037,
  [1171] = 1038,
  [1172] = 1050,
  [1173] = 1115,
  [1174] = 1116,
  [1175] = 1040,
  [1176] = 1041,
  [1177] = 1042,
  [1178] = 1043,
  [1179] = 1044,
  [1180] = 1048,
  [1181] = 1045,
  [1182] = 1058,
  [1183] = 1061,
  [1184] = 1184,
  [1185] = 1068,
  [1186] = 1046,
  [1187] = 1058,
  [1188] = 1081,
  [1189] = 1082,
  [1190] = 1115,
  [1191] = 286,
  [1192] = 1086,
  [1193] = 1087,
  [1194] = 1116,
  [1195] = 1054,
  [1196] = 1091,
  [1197] = 1092,
  [1198] = 1122,
  [1199] = 1098,
  [1200] = 1068,
  [1201] = 1099,
  [1202] = 1115,
  [1203] = 1116,
  [1204] = 1101,
  [1205] = 1104,
  [1206] = 1034,
  [1207] = 1114,
  [1208] = 1117,
  [1209] = 1118,
  [1210] = 1119,
  [1211] = 1120,
  [1212] = 1121,
  [1213] = 1122,
  [1214] = 1036,
  [1215] = 1061,
  [1216] = 1035,
  [1217] = 1217,
  [1218] = 1218,
  [1219] = 1056,
  [1220] = 1220,
  [1221] = 1044,
  [1222] = 1048,
  [1223] = 1059,
  [1224] = 1058,
  [1225] = 1061,
  [1226] = 1052,
  [1227] = 288,
  [1228] = 1228,
  [1229] = 1050,
  [1230] = 1230,
  [1231] = 1115,
  [1232] = 1116,
  [1233] = 1081,
  [1234] = 1082,
  [1235] = 1063,
  [1236] = 1236,
  [1237] = 1086,
  [1238] = 1087,
  [1239] = 1239,
  [1240] = 1054,
  [1241] = 1091,
  [1242] = 1092,
  [1243] = 1035,
  [1244] = 1098,
  [1245] = 1099,
  [1246] = 1101,
  [1247] = 1104,
  [1248] = 1034,
  [1249] = 1114,
  [1250] = 1117,
  [1251] = 1118,
  [1252] = 1119,
  [1253] = 1120,
  [1254] = 1121,
  [1255] = 1122,
  [1256] = 1036,
  [1257] = 1257,
  [1258] = 1258,
  [1259] = 1066,
  [1260] = 1115,
  [1261] = 1116,
  [1262] = 1262,
  [1263] = 1068,
  [1264] = 1035,
  [1265] = 1265,
  [1266] = 1037,
  [1267] = 1048,
  [1268] = 1038,
  [1269] = 1058,
  [1270] = 1061,
  [1271] = 1271,
  [1272] = 289,
  [1273] = 1273,
  [1274] = 1045,
  [1275] = 1081,
  [1276] = 1082,
  [1277] = 1040,
  [1278] = 1278,
  [1279] = 1086,
  [1280] = 1087,
  [1281] = 1098,
  [1282] = 1054,
  [1283] = 1091,
  [1284] = 1092,
  [1285] = 1081,
  [1286] = 1098,
  [1287] = 1041,
  [1288] = 1099,
  [1289] = 1115,
  [1290] = 1116,
  [1291] = 1101,
  [1292] = 1104,
  [1293] = 1121,
  [1294] = 1114,
  [1295] = 1117,
  [1296] = 1118,
  [1297] = 1119,
  [1298] = 1120,
  [1299] = 1121,
  [1300] = 1122,
  [1301] = 1036,
  [1302] = 1042,
  [1303] = 1043,
  [1304] = 1044,
  [1305] = 1045,
  [1306] = 1046,
  [1307] = 1063,
  [1308] = 1037,
  [1309] = 1048,
  [1310] = 1059,
  [1311] = 1058,
  [1312] = 1061,
  [1313] = 1059,
  [1314] = 1007,
  [1315] = 1038,
  [1316] = 1099,
  [1317] = 1317,
  [1318] = 1318,
  [1319] = 1081,
  [1320] = 1130,
  [1321] = 1082,
  [1322] = 1184,
  [1323] = 1082,
  [1324] = 1070,
  [1325] = 1140,
  [1326] = 1273,
  [1327] = 1327,
  [1328] = 1055,
  [1329] = 1139,
  [1330] = 1271,
  [1331] = 1331,
  [1332] = 1332,
  [1333] = 1086,
  [1334] = 1317,
  [1335] = 1318,
  [1336] = 1087,
  [1337] = 1130,
  [1338] = 1101,
  [1339] = 1184,
  [1340] = 1054,
  [1341] = 1070,
  [1342] = 1140,
  [1343] = 1273,
  [1344] = 1091,
  [1345] = 1055,
  [1346] = 1139,
  [1347] = 1271,
  [1348] = 1331,
  [1349] = 1332,
  [1350] = 1092,
  [1351] = 1317,
  [1352] = 1318,
  [1353] = 1037,
  [1354] = 1130,
  [1355] = 1098,
  [1356] = 1184,
  [1357] = 1099,
  [1358] = 1070,
  [1359] = 1140,
  [1360] = 1273,
  [1361] = 1101,
  [1362] = 1055,
  [1363] = 1139,
  [1364] = 1271,
  [1365] = 1331,
  [1366] = 1332,
  [1367] = 1104,
  [1368] = 1317,
  [1369] = 1318,
  [1370] = 1034,
  [1371] = 1130,
  [1372] = 1114,
  [1373] = 1184,
  [1374] = 1117,
  [1375] = 1070,
  [1376] = 1140,
  [1377] = 1273,
  [1378] = 1118,
  [1379] = 1055,
  [1380] = 1139,
  [1381] = 1271,
  [1382] = 1331,
  [1383] = 1332,
  [1384] = 1119,
  [1385] = 1317,
  [1386] = 1318,
  [1387] = 1120,
  [1388] = 1130,
  [1389] = 1121,
  [1390] = 1184,
  [1391] = 1122,
  [1392] = 1070,
  [1393] = 1140,
  [1394] = 1273,
  [1395] = 1036,
  [1396] = 1055,
  [1397] = 1139,
  [1398] = 1271,
  [1399] = 1331,
  [1400] = 1332,
  [1401] = 1040,
  [1402] = 1317,
  [1403] = 1318,
  [1404] = 1041,
  [1405] = 1130,
  [1406] = 1042,
  [1407] = 1184,
  [1408] = 1408,
  [1409] = 1070,
  [1410] = 1140,
  [1411] = 1273,
  [1412] = 1056,
  [1413] = 1055,
  [1414] = 1139,
  [1415] = 1271,
  [1416] = 1331,
  [1417] = 1332,
  [1418] = 1418,
  [1419] = 1317,
  [1420] = 1318,
  [1421] = 1421,
  [1422] = 1130,
  [1423] = 1048,
  [1424] = 1184,
  [1425] = 1059,
  [1426] = 1070,
  [1427] = 1140,
  [1428] = 1273,
  [1429] = 1058,
  [1430] = 1055,
  [1431] = 1139,
  [1432] = 1271,
  [1433] = 1331,
  [1434] = 1332,
  [1435] = 1061,
  [1436] = 1436,
  [1437] = 1052,
  [1438] = 1043,
  [1439] = 1104,
  [1440] = 1081,
  [1441] = 1082,
  [1442] = 1050,
  [1443] = 1063,
  [1444] = 1086,
  [1445] = 1087,
  [1446] = 1038,
  [1447] = 1054,
  [1448] = 1091,
  [1449] = 1092,
  [1450] = 1331,
  [1451] = 1098,
  [1452] = 1099,
  [1453] = 1101,
  [1454] = 1104,
  [1455] = 1034,
  [1456] = 1114,
  [1457] = 1117,
  [1458] = 1118,
  [1459] = 1119,
  [1460] = 1120,
  [1461] = 1121,
  [1462] = 1122,
  [1463] = 1036,
  [1464] = 1045,
  [1465] = 1046,
  [1466] = 1317,
  [1467] = 1467,
  [1468] = 1034,
  [1469] = 1044,
  [1470] = 1045,
  [1471] = 1066,
  [1472] = 1472,
  [1473] = 1114,
  [1474] = 1040,
  [1475] = 1046,
  [1476] = 1056,
  [1477] = 1041,
  [1478] = 1478,
  [1479] = 1059,
  [1480] = 1052,
  [1481] = 1117,
  [1482] = 1050,
  [1483] = 1063,
  [1484] = 1484,
  [1485] = 1230,
  [1486] = 1332,
  [1487] = 1066,
  [1488] = 1488,
  [1489] = 1068,
  [1490] = 1230,
  [1491] = 1035,
  [1492] = 1118,
  [1493] = 1037,
  [1494] = 1038,
  [1495] = 1230,
  [1496] = 1496,
  [1497] = 1040,
  [1498] = 1041,
  [1499] = 1042,
  [1500] = 1230,
  [1501] = 1043,
  [1502] = 1044,
  [1503] = 1045,
  [1504] = 1046,
  [1505] = 1230,
  [1506] = 1119,
  [1507] = 1120,
  [1508] = 1042,
  [1509] = 1068,
  [1510] = 1230,
  [1511] = 1318,
  [1512] = 1046,
  [1513] = 1513,
  [1514] = 1514,
  [1515] = 1230,
  [1516] = 1516,
  [1517] = 1056,
  [1518] = 1518,
  [1519] = 1039,
  [1520] = 1039,
  [1521] = 1039,
  [1522] = 1039,
  [1523] = 1039,
  [1524] = 1039,
  [1525] = 1039,
  [1526] = 1113,
  [1527] = 1113,
  [1528] = 1113,
  [1529] = 1113,
  [1530] = 1113,
  [1531] = 1113,
  [1532] = 1113,
  [1533] = 1087,
};

static bool ts_lex(TSLexer *lexer, TSStateId state) {
  START_LEXER();
  eof = lexer->eof(lexer);
  switch (state) {
    case 0:
      if (eof) ADVANCE(45);
      ADVANCE_MAP(
        '"', 11,
        '\'', 70,
        '(', 50,
        ')', 52,
        '*', 56,
        '+', 54,
        ',', 51,
        '-', 55,
        '.', 65,
        '/', 57,
        '<', 61,
        '=', 53,
        '>', 62,
        'A', 151,
        'C', 89,
        'D', 105,
        'E', 91,
        'F', 90,
        'I', 116,
        'L', 106,
        'N', 107,
        'O', 144,
        'P', 148,
        'R', 111,
        'S', 108,
        'T', 118,
        'U', 152,
        'W', 112,
      );
      if (lookahead == '\\') SKIP(41);
      if (lookahead == '^') ADVANCE(59);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(0);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(66);
      if (('B' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 1:
      if (lookahead == '\n') SKIP(14);
      END_STATE();
    case 2:
      if (lookahead == '\n') SKIP(14);
      if (lookahead == '\r') SKIP(1);
      END_STATE();
    case 3:
      if (lookahead == '\n') SKIP(10);
      END_STATE();
    case 4:
      if (lookahead == '\n') SKIP(10);
      if (lookahead == '\r') SKIP(3);
      END_STATE();
    case 5:
      ADVANCE_MAP(
        '\n', 76,
        '\r', 5,
        '\'', 74,
        '(', 50,
        '*', 56,
        '+', 54,
        '-', 55,
        '.', 65,
        '/', 57,
        ';', 75,
        '<', 61,
        '=', 53,
        '>', 62,
        'R', 111,
        '\\', 58,
        '^', 59,
      );
      if (('\t' <= lookahead && lookahead <= '\f') ||
          lookahead == ' ') SKIP(5);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 6:
      if (lookahead == '\n') SKIP(8);
      END_STATE();
    case 7:
      if (lookahead == '\n') SKIP(8);
      if (lookahead == '\r') SKIP(6);
      END_STATE();
    case 8:
      if (lookahead == '\n') ADVANCE(77);
      if (lookahead == '\r') ADVANCE(8);
      if (lookahead == '\'') ADVANCE(74);
      if (lookahead == '(') ADVANCE(50);
      if (lookahead == ';') ADVANCE(75);
      if (lookahead == 'R') ADVANCE(111);
      if (lookahead == '\\') SKIP(7);
      if (('\t' <= lookahead && lookahead <= '\f') ||
          lookahead == ' ') SKIP(8);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 9:
      ADVANCE_MAP(
        '\n', 78,
        '\r', 9,
        '\'', 74,
        ';', 79,
        'R', 81,
        '\\', 84,
        '\t', 80,
        0x0b, 80,
        '\f', 80,
        ' ', 80,
      );
      if (lookahead != 0) ADVANCE(84);
      END_STATE();
    case 10:
      if (lookahead == '"') ADVANCE(11);
      if (lookahead == '\'') ADVANCE(70);
      if (lookahead == '(') ADVANCE(50);
      if (lookahead == ')') ADVANCE(52);
      if (lookahead == '+') ADVANCE(54);
      if (lookahead == '-') ADVANCE(55);
      if (lookahead == 'R') ADVANCE(111);
      if (lookahead == '\\') SKIP(4);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(10);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(66);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 11:
      if (lookahead == '"') ADVANCE(68);
      if (lookahead != 0) ADVANCE(11);
      END_STATE();
    case 12:
      if (lookahead == '\'') ADVANCE(68);
      if (lookahead != 0) ADVANCE(12);
      END_STATE();
    case 13:
      ADVANCE_MAP(
        '\'', 74,
        '(', 50,
        ')', 52,
        '*', 56,
        '+', 54,
        ',', 51,
        '-', 55,
        '.', 65,
        '/', 57,
        '<', 61,
        '=', 53,
        '>', 62,
        'R', 111,
        '\\', 58,
        '^', 59,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(13);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 14:
      ADVANCE_MAP(
        '\'', 74,
        ')', 52,
        ',', 51,
        'A', 151,
        'C', 89,
        'D', 105,
        'E', 91,
        'F', 90,
        'I', 116,
        'L', 106,
        'N', 107,
        'O', 146,
        'P', 148,
        'R', 111,
        'S', 108,
        'T', 118,
        'U', 152,
        'W', 112,
      );
      if (lookahead == '\\') SKIP(2);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(14);
      if (('B' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 15:
      if (lookahead == 'D') ADVANCE(22);
      if (lookahead == 'E') ADVANCE(38);
      if (lookahead == 'P') ADVANCE(33);
      END_STATE();
    case 16:
      if (lookahead == 'a') ADVANCE(34);
      END_STATE();
    case 17:
      if (lookahead == 'a') ADVANCE(36);
      END_STATE();
    case 18:
      if (lookahead == 'b') ADVANCE(31);
      END_STATE();
    case 19:
      if (lookahead == 'c') ADVANCE(29);
      END_STATE();
    case 20:
      if (lookahead == 'c') ADVANCE(46);
      END_STATE();
    case 21:
      if (lookahead == 'c') ADVANCE(27);
      END_STATE();
    case 22:
      if (lookahead == 'e') ADVANCE(19);
      END_STATE();
    case 23:
      if (lookahead == 'e') ADVANCE(48);
      END_STATE();
    case 24:
      if (lookahead == 'e') ADVANCE(47);
      END_STATE();
    case 25:
      if (lookahead == 'i') ADVANCE(37);
      END_STATE();
    case 26:
      if (lookahead == 'i') ADVANCE(21);
      END_STATE();
    case 27:
      if (lookahead == 'i') ADVANCE(35);
      END_STATE();
    case 28:
      if (lookahead == 'i') ADVANCE(20);
      END_STATE();
    case 29:
      if (lookahead == 'l') ADVANCE(16);
      END_STATE();
    case 30:
      if (lookahead == 'l') ADVANCE(26);
      END_STATE();
    case 31:
      if (lookahead == 'l') ADVANCE(28);
      END_STATE();
    case 32:
      if (lookahead == 'p') ADVANCE(30);
      END_STATE();
    case 33:
      if (lookahead == 'r') ADVANCE(25);
      if (lookahead == 'u') ADVANCE(18);
      END_STATE();
    case 34:
      if (lookahead == 'r') ADVANCE(23);
      END_STATE();
    case 35:
      if (lookahead == 't') ADVANCE(49);
      END_STATE();
    case 36:
      if (lookahead == 't') ADVANCE(24);
      END_STATE();
    case 37:
      if (lookahead == 'v') ADVANCE(17);
      END_STATE();
    case 38:
      if (lookahead == 'x') ADVANCE(32);
      END_STATE();
    case 39:
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(67);
      END_STATE();
    case 40:
      if (eof) ADVANCE(45);
      if (lookahead == '\n') SKIP(0);
      END_STATE();
    case 41:
      if (eof) ADVANCE(45);
      if (lookahead == '\n') SKIP(0);
      if (lookahead == '\r') SKIP(40);
      END_STATE();
    case 42:
      if (eof) ADVANCE(45);
      if (lookahead == '\n') SKIP(44);
      END_STATE();
    case 43:
      if (eof) ADVANCE(45);
      if (lookahead == '\n') SKIP(44);
      if (lookahead == '\r') SKIP(42);
      END_STATE();
    case 44:
      if (eof) ADVANCE(45);
      ADVANCE_MAP(
        '\'', 74,
        ')', 52,
        ',', 51,
        '=', 53,
        'A', 151,
        'C', 89,
        'D', 105,
        'E', 91,
        'F', 90,
        'I', 116,
        'L', 106,
        'N', 107,
        'O', 144,
        'P', 148,
        'R', 111,
        'S', 108,
        'T', 118,
        'U', 152,
        'W', 112,
      );
      if (lookahead == '\\') SKIP(43);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(44);
      if (('B' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 45:
      ACCEPT_TOKEN(ts_builtin_sym_end);
      END_STATE();
    case 46:
      ACCEPT_TOKEN(anon_sym_OptionPublic);
      END_STATE();
    case 47:
      ACCEPT_TOKEN(anon_sym_OptionPrivate);
      END_STATE();
    case 48:
      ACCEPT_TOKEN(anon_sym_OptionDeclare);
      END_STATE();
    case 49:
      ACCEPT_TOKEN(anon_sym_OptionExplicit);
      END_STATE();
    case 50:
      ACCEPT_TOKEN(anon_sym_LPAREN);
      END_STATE();
    case 51:
      ACCEPT_TOKEN(anon_sym_COMMA);
      END_STATE();
    case 52:
      ACCEPT_TOKEN(anon_sym_RPAREN);
      END_STATE();
    case 53:
      ACCEPT_TOKEN(anon_sym_EQ);
      END_STATE();
    case 54:
      ACCEPT_TOKEN(anon_sym_PLUS);
      END_STATE();
    case 55:
      ACCEPT_TOKEN(anon_sym_DASH);
      END_STATE();
    case 56:
      ACCEPT_TOKEN(anon_sym_STAR);
      END_STATE();
    case 57:
      ACCEPT_TOKEN(anon_sym_SLASH);
      END_STATE();
    case 58:
      ACCEPT_TOKEN(anon_sym_BSLASH);
      END_STATE();
    case 59:
      ACCEPT_TOKEN(anon_sym_CARET);
      END_STATE();
    case 60:
      ACCEPT_TOKEN(anon_sym_LT_GT);
      END_STATE();
    case 61:
      ACCEPT_TOKEN(anon_sym_LT);
      if (lookahead == '=') ADVANCE(63);
      if (lookahead == '>') ADVANCE(60);
      END_STATE();
    case 62:
      ACCEPT_TOKEN(anon_sym_GT);
      if (lookahead == '=') ADVANCE(64);
      END_STATE();
    case 63:
      ACCEPT_TOKEN(anon_sym_LT_EQ);
      END_STATE();
    case 64:
      ACCEPT_TOKEN(anon_sym_GT_EQ);
      END_STATE();
    case 65:
      ACCEPT_TOKEN(anon_sym_DOT);
      END_STATE();
    case 66:
      ACCEPT_TOKEN(sym_number);
      if (lookahead == '.') ADVANCE(39);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(66);
      END_STATE();
    case 67:
      ACCEPT_TOKEN(sym_number);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(67);
      END_STATE();
    case 68:
      ACCEPT_TOKEN(sym_string);
      END_STATE();
    case 69:
      ACCEPT_TOKEN(sym_string);
      if (lookahead != 0 &&
          lookahead != '\n') ADVANCE(74);
      END_STATE();
    case 70:
      ACCEPT_TOKEN(sym_comment);
      if (lookahead == '\n') ADVANCE(12);
      if (lookahead == '\'') ADVANCE(69);
      if (lookahead != 0) ADVANCE(70);
      END_STATE();
    case 71:
      ACCEPT_TOKEN(sym_comment);
      if (lookahead == '\n') ADVANCE(72);
      if (lookahead == '\r') ADVANCE(72);
      if (lookahead == '\'') ADVANCE(74);
      if (('\t' <= lookahead && lookahead <= '\f') ||
          lookahead == ' ') ADVANCE(71);
      if (lookahead != 0) ADVANCE(73);
      END_STATE();
    case 72:
      ACCEPT_TOKEN(sym_comment);
      if (lookahead == '\n') ADVANCE(72);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(72);
      if (lookahead != 0) ADVANCE(74);
      END_STATE();
    case 73:
      ACCEPT_TOKEN(sym_comment);
      if (lookahead == '\r' ||
          lookahead == '\'') ADVANCE(74);
      if (lookahead != 0 &&
          lookahead != '\n') ADVANCE(73);
      END_STATE();
    case 74:
      ACCEPT_TOKEN(sym_comment);
      if (lookahead != 0 &&
          lookahead != '\n') ADVANCE(74);
      END_STATE();
    case 75:
      ACCEPT_TOKEN(sym__eol);
      END_STATE();
    case 76:
      ACCEPT_TOKEN(sym__eol);
      if (lookahead == '\n') ADVANCE(76);
      if (lookahead == '\r') ADVANCE(5);
      if (lookahead == ';') ADVANCE(75);
      if (lookahead == '\\') ADVANCE(58);
      END_STATE();
    case 77:
      ACCEPT_TOKEN(sym__eol);
      if (lookahead == '\n') ADVANCE(77);
      if (lookahead == '\r') ADVANCE(8);
      if (lookahead == ';') ADVANCE(75);
      END_STATE();
    case 78:
      ACCEPT_TOKEN(sym__eol);
      if (lookahead == '\n') ADVANCE(78);
      if (lookahead == '\r') ADVANCE(9);
      if (lookahead == ';') ADVANCE(79);
      if (lookahead == '\\') ADVANCE(84);
      if (('\t' <= lookahead && lookahead <= '\f') ||
          lookahead == ' ') ADVANCE(80);
      END_STATE();
    case 79:
      ACCEPT_TOKEN(sym__eol);
      if (lookahead != 0 &&
          lookahead != '\n' &&
          lookahead != '\r' &&
          lookahead != '\'') ADVANCE(84);
      END_STATE();
    case 80:
      ACCEPT_TOKEN(aux_sym_identifier_stmt_token1);
      ADVANCE_MAP(
        '\n', 78,
        '\r', 9,
        ';', 79,
        'R', 81,
        '\\', 84,
        '\t', 80,
        0x0b, 80,
        '\f', 80,
        ' ', 80,
      );
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(84);
      END_STATE();
    case 81:
      ACCEPT_TOKEN(aux_sym_identifier_stmt_token1);
      if (lookahead == 'e') ADVANCE(82);
      if (lookahead != 0 &&
          lookahead != '\n' &&
          lookahead != '\r' &&
          lookahead != '\'') ADVANCE(84);
      END_STATE();
    case 82:
      ACCEPT_TOKEN(aux_sym_identifier_stmt_token1);
      if (lookahead == 'm') ADVANCE(83);
      if (lookahead != 0 &&
          lookahead != '\n' &&
          lookahead != '\r' &&
          lookahead != '\'') ADVANCE(84);
      END_STATE();
    case 83:
      ACCEPT_TOKEN(aux_sym_identifier_stmt_token1);
      if (lookahead == '\n' ||
          lookahead == '\r') ADVANCE(72);
      if (('\t' <= lookahead && lookahead <= '\f') ||
          lookahead == ' ') ADVANCE(71);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(84);
      END_STATE();
    case 84:
      ACCEPT_TOKEN(aux_sym_identifier_stmt_token1);
      if (lookahead != 0 &&
          lookahead != '\n' &&
          lookahead != '\r' &&
          lookahead != '\'') ADVANCE(84);
      END_STATE();
    case 85:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == ' ') ADVANCE(15);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 86:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'I') ADVANCE(116);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 87:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'L') ADVANCE(88);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 88:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'S') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 89:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'a') ADVANCE(128);
      if (lookahead == 'l') ADVANCE(93);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('b' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 90:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'a') ADVANCE(133);
      if (lookahead == 'o') ADVANCE(147);
      if (lookahead == 'u') ADVANCE(139);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('b' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 91:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'a') ADVANCE(99);
      if (lookahead == 'l') ADVANCE(154);
      if (lookahead == 'n') ADVANCE(103);
      if (lookahead == 'x') ADVANCE(145);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('b' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 92:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'a') ADVANCE(149);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('b' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 93:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'a') ADVANCE(150);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('b' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 94:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'a') ADVANCE(157);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('b' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 95:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'b') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 96:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'b') ADVANCE(132);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 97:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'c') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 98:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'c') ADVANCE(155);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 99:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'c') ADVANCE(117);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 100:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'c') ADVANCE(127);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 101:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'c') ADVANCE(119);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 102:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'c') ADVANCE(158);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 103:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'd') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 104:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 105:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(100);
      if (lookahead == 'i') ADVANCE(134);
      if (lookahead == 'o') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 106:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(155);
      if (lookahead == 'o') ADVANCE(140);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 107:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(161);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 108:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(131);
      if (lookahead == 't') ADVANCE(113);
      if (lookahead == 'u') ADVANCE(95);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 109:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(87);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 110:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(86);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 111:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(135);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 112:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(137);
      if (lookahead == 'h') ADVANCE(123);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 113:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(143);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 114:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(136);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 115:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'e') ADVANCE(98);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 116:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'f') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 117:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'h') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 118:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'h') ADVANCE(114);
      if (lookahead == 'o') ADVANCE(163);
      if (lookahead == 'r') ADVANCE(159);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 119:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'i') ADVANCE(155);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 120:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'i') ADVANCE(160);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 121:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'i') ADVANCE(142);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 122:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'i') ADVANCE(101);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 123:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'i') ADVANCE(130);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 124:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'i') ADVANCE(97);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 125:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'i') ADVANCE(141);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 126:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 127:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(92);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 128:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(126);
      if (lookahead == 's') ADVANCE(104);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 129:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(122);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 130:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(104);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 131:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(115);
      if (lookahead == 't') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 132:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(124);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 133:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'l') ADVANCE(153);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 134:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'm') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 135:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'm') ADVANCE(162);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 136:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'n') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 137:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'n') ADVANCE(103);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 138:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'n') ADVANCE(85);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 139:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'n') ADVANCE(102);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 140:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'o') ADVANCE(143);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 141:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'o') ADVANCE(136);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 142:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'o') ADVANCE(138);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 143:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'p') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 144:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'p') ADVANCE(156);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 145:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'p') ADVANCE(129);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 146:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'p') ADVANCE(158);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 147:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'r') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 148:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'r') ADVANCE(120);
      if (lookahead == 'u') ADVANCE(96);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 149:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'r') ADVANCE(104);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 150:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 's') ADVANCE(151);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 151:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 's') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 152:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 's') ADVANCE(109);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 153:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 's') ADVANCE(104);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 154:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 's') ADVANCE(110);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 155:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 't') ADVANCE(163);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 156:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 't') ADVANCE(121);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 157:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 't') ADVANCE(104);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 158:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 't') ADVANCE(125);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 159:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'u') ADVANCE(104);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 160:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'v') ADVANCE(94);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 161:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == 'x') ADVANCE(155);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 162:
      ACCEPT_TOKEN(sym_identifier);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') ADVANCE(72);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    case 163:
      ACCEPT_TOKEN(sym_identifier);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(163);
      END_STATE();
    default:
      return false;
  }
}

static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
  START_LEXER();
  eof = lexer->eof(lexer);
  switch (state) {
    case 0:
      ADVANCE_MAP(
        'A', 1,
        'C', 2,
        'D', 3,
        'E', 4,
        'F', 5,
        'I', 6,
        'L', 7,
        'M', 8,
        'N', 9,
        'O', 10,
        'S', 11,
        'T', 12,
        'U', 13,
        'W', 14,
      );
      if (lookahead == '\\') SKIP(15);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ') SKIP(0);
      END_STATE();
    case 1:
      if (lookahead == 'n') ADVANCE(16);
      if (lookahead == 's') ADVANCE(17);
      END_STATE();
    case 2:
      if (lookahead == 'a') ADVANCE(18);
      if (lookahead == 'l') ADVANCE(19);
      END_STATE();
    case 3:
      if (lookahead == 'i') ADVANCE(20);
      if (lookahead == 'o') ADVANCE(21);
      END_STATE();
    case 4:
      if (lookahead == 'l') ADVANCE(22);
      if (lookahead == 'n') ADVANCE(23);
      END_STATE();
    case 5:
      if (lookahead == 'a') ADVANCE(24);
      if (lookahead == 'o') ADVANCE(25);
      if (lookahead == 'u') ADVANCE(26);
      END_STATE();
    case 6:
      if (lookahead == 'f') ADVANCE(27);
      END_STATE();
    case 7:
      if (lookahead == 'e') ADVANCE(28);
      if (lookahead == 'o') ADVANCE(29);
      END_STATE();
    case 8:
      if (lookahead == 'o') ADVANCE(30);
      END_STATE();
    case 9:
      if (lookahead == 'e') ADVANCE(31);
      if (lookahead == 'o') ADVANCE(32);
      END_STATE();
    case 10:
      if (lookahead == 'r') ADVANCE(33);
      END_STATE();
    case 11:
      if (lookahead == 'e') ADVANCE(34);
      if (lookahead == 't') ADVANCE(35);
      if (lookahead == 'u') ADVANCE(36);
      END_STATE();
    case 12:
      if (lookahead == 'h') ADVANCE(37);
      if (lookahead == 'o') ADVANCE(38);
      if (lookahead == 'r') ADVANCE(39);
      END_STATE();
    case 13:
      if (lookahead == 'n') ADVANCE(40);
      END_STATE();
    case 14:
      if (lookahead == 'e') ADVANCE(41);
      if (lookahead == 'h') ADVANCE(42);
      END_STATE();
    case 15:
      if (lookahead == '\n') SKIP(0);
      if (lookahead == '\r') SKIP(43);
      END_STATE();
    case 16:
      if (lookahead == 'd') ADVANCE(44);
      END_STATE();
    case 17:
      ACCEPT_TOKEN(anon_sym_As);
      END_STATE();
    case 18:
      if (lookahead == 'l') ADVANCE(45);
      if (lookahead == 's') ADVANCE(46);
      END_STATE();
    case 19:
      if (lookahead == 'a') ADVANCE(47);
      END_STATE();
    case 20:
      if (lookahead == 'm') ADVANCE(48);
      END_STATE();
    case 21:
      ACCEPT_TOKEN(anon_sym_Do);
      END_STATE();
    case 22:
      if (lookahead == 's') ADVANCE(49);
      END_STATE();
    case 23:
      if (lookahead == 'd') ADVANCE(50);
      END_STATE();
    case 24:
      if (lookahead == 'l') ADVANCE(51);
      END_STATE();
    case 25:
      if (lookahead == 'r') ADVANCE(52);
      END_STATE();
    case 26:
      if (lookahead == 'n') ADVANCE(53);
      END_STATE();
    case 27:
      ACCEPT_TOKEN(anon_sym_If);
      END_STATE();
    case 28:
      if (lookahead == 't') ADVANCE(54);
      END_STATE();
    case 29:
      if (lookahead == 'o') ADVANCE(55);
      END_STATE();
    case 30:
      if (lookahead == 'd') ADVANCE(56);
      END_STATE();
    case 31:
      if (lookahead == 'x') ADVANCE(57);
      END_STATE();
    case 32:
      if (lookahead == 't') ADVANCE(58);
      END_STATE();
    case 33:
      ACCEPT_TOKEN(anon_sym_Or);
      END_STATE();
    case 34:
      if (lookahead == 'l') ADVANCE(59);
      if (lookahead == 't') ADVANCE(60);
      END_STATE();
    case 35:
      if (lookahead == 'e') ADVANCE(61);
      END_STATE();
    case 36:
      if (lookahead == 'b') ADVANCE(62);
      END_STATE();
    case 37:
      if (lookahead == 'e') ADVANCE(63);
      END_STATE();
    case 38:
      ACCEPT_TOKEN(anon_sym_To);
      END_STATE();
    case 39:
      if (lookahead == 'u') ADVANCE(64);
      END_STATE();
    case 40:
      if (lookahead == 't') ADVANCE(65);
      END_STATE();
    case 41:
      if (lookahead == 'n') ADVANCE(66);
      END_STATE();
    case 42:
      if (lookahead == 'i') ADVANCE(67);
      END_STATE();
    case 43:
      if (lookahead == '\n') SKIP(0);
      END_STATE();
    case 44:
      ACCEPT_TOKEN(anon_sym_And);
      END_STATE();
    case 45:
      if (lookahead == 'l') ADVANCE(68);
      END_STATE();
    case 46:
      if (lookahead == 'e') ADVANCE(69);
      END_STATE();
    case 47:
      if (lookahead == 's') ADVANCE(70);
      END_STATE();
    case 48:
      ACCEPT_TOKEN(anon_sym_Dim);
      END_STATE();
    case 49:
      if (lookahead == 'e') ADVANCE(71);
      END_STATE();
    case 50:
      ACCEPT_TOKEN(anon_sym_End);
      END_STATE();
    case 51:
      if (lookahead == 's') ADVANCE(72);
      END_STATE();
    case 52:
      ACCEPT_TOKEN(anon_sym_For);
      END_STATE();
    case 53:
      if (lookahead == 'c') ADVANCE(73);
      END_STATE();
    case 54:
      ACCEPT_TOKEN(anon_sym_Let);
      END_STATE();
    case 55:
      if (lookahead == 'p') ADVANCE(74);
      END_STATE();
    case 56:
      ACCEPT_TOKEN(anon_sym_Mod);
      END_STATE();
    case 57:
      if (lookahead == 't') ADVANCE(75);
      END_STATE();
    case 58:
      ACCEPT_TOKEN(anon_sym_Not);
      END_STATE();
    case 59:
      if (lookahead == 'e') ADVANCE(76);
      END_STATE();
    case 60:
      ACCEPT_TOKEN(anon_sym_Set);
      END_STATE();
    case 61:
      if (lookahead == 'p') ADVANCE(77);
      END_STATE();
    case 62:
      ACCEPT_TOKEN(anon_sym_Sub);
      END_STATE();
    case 63:
      if (lookahead == 'n') ADVANCE(78);
      END_STATE();
    case 64:
      if (lookahead == 'e') ADVANCE(79);
      END_STATE();
    case 65:
      if (lookahead == 'i') ADVANCE(80);
      END_STATE();
    case 66:
      if (lookahead == 'd') ADVANCE(81);
      END_STATE();
    case 67:
      if (lookahead == 'l') ADVANCE(82);
      END_STATE();
    case 68:
      ACCEPT_TOKEN(anon_sym_Call);
      END_STATE();
    case 69:
      ACCEPT_TOKEN(anon_sym_Case);
      END_STATE();
    case 70:
      if (lookahead == 's') ADVANCE(83);
      END_STATE();
    case 71:
      ACCEPT_TOKEN(anon_sym_Else);
      if (lookahead == 'I') ADVANCE(84);
      END_STATE();
    case 72:
      if (lookahead == 'e') ADVANCE(85);
      END_STATE();
    case 73:
      if (lookahead == 't') ADVANCE(86);
      END_STATE();
    case 74:
      ACCEPT_TOKEN(anon_sym_Loop);
      END_STATE();
    case 75:
      ACCEPT_TOKEN(anon_sym_Next);
      END_STATE();
    case 76:
      if (lookahead == 'c') ADVANCE(87);
      END_STATE();
    case 77:
      ACCEPT_TOKEN(anon_sym_Step);
      END_STATE();
    case 78:
      ACCEPT_TOKEN(anon_sym_Then);
      END_STATE();
    case 79:
      ACCEPT_TOKEN(anon_sym_True);
      END_STATE();
    case 80:
      if (lookahead == 'l') ADVANCE(88);
      END_STATE();
    case 81:
      ACCEPT_TOKEN(anon_sym_Wend);
      END_STATE();
    case 82:
      if (lookahead == 'e') ADVANCE(89);
      END_STATE();
    case 83:
      ACCEPT_TOKEN(anon_sym_Class);
      END_STATE();
    case 84:
      if (lookahead == 'f') ADVANCE(90);
      END_STATE();
    case 85:
      ACCEPT_TOKEN(anon_sym_False);
      END_STATE();
    case 86:
      if (lookahead == 'i') ADVANCE(91);
      END_STATE();
    case 87:
      if (lookahead == 't') ADVANCE(92);
      END_STATE();
    case 88:
      ACCEPT_TOKEN(anon_sym_Until);
      END_STATE();
    case 89:
      ACCEPT_TOKEN(anon_sym_While);
      END_STATE();
    case 90:
      ACCEPT_TOKEN(anon_sym_ElseIf);
      END_STATE();
    case 91:
      if (lookahead == 'o') ADVANCE(93);
      END_STATE();
    case 92:
      ACCEPT_TOKEN(anon_sym_Select);
      END_STATE();
    case 93:
      if (lookahead == 'n') ADVANCE(94);
      END_STATE();
    case 94:
      ACCEPT_TOKEN(anon_sym_Function);
      END_STATE();
    default:
      return false;
  }
}

static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
  [0] = {.lex_state = 0},
  [1] = {.lex_state = 44},
  [2] = {.lex_state = 44},
  [3] = {.lex_state = 44},
  [4] = {.lex_state = 14},
  [5] = {.lex_state = 14},
  [6] = {.lex_state = 14},
  [7] = {.lex_state = 14},
  [8] = {.lex_state = 14},
  [9] = {.lex_state = 14},
  [10] = {.lex_state = 14},
  [11] = {.lex_state = 14},
  [12] = {.lex_state = 14},
  [13] = {.lex_state = 14},
  [14] = {.lex_state = 14},
  [15] = {.lex_state = 14},
  [16] = {.lex_state = 14},
  [17] = {.lex_state = 14},
  [18] = {.lex_state = 14},
  [19] = {.lex_state = 14},
  [20] = {.lex_state = 14},
  [21] = {.lex_state = 14},
  [22] = {.lex_state = 14},
  [23] = {.lex_state = 14},
  [24] = {.lex_state = 14},
  [25] = {.lex_state = 14},
  [26] = {.lex_state = 14},
  [27] = {.lex_state = 14},
  [28] = {.lex_state = 14},
  [29] = {.lex_state = 14},
  [30] = {.lex_state = 14},
  [31] = {.lex_state = 14},
  [32] = {.lex_state = 14},
  [33] = {.lex_state = 14},
  [34] = {.lex_state = 14},
  [35] = {.lex_state = 14},
  [36] = {.lex_state = 14},
  [37] = {.lex_state = 14},
  [38] = {.lex_state = 14},
  [39] = {.lex_state = 14},
  [40] = {.lex_state = 14},
  [41] = {.lex_state = 14},
  [42] = {.lex_state = 14},
  [43] = {.lex_state = 14},
  [44] = {.lex_state = 14},
  [45] = {.lex_state = 14},
  [46] = {.lex_state = 14},
  [47] = {.lex_state = 14},
  [48] = {.lex_state = 14},
  [49] = {.lex_state = 14},
  [50] = {.lex_state = 14},
  [51] = {.lex_state = 14},
  [52] = {.lex_state = 14},
  [53] = {.lex_state = 14},
  [54] = {.lex_state = 14},
  [55] = {.lex_state = 14},
  [56] = {.lex_state = 14},
  [57] = {.lex_state = 14},
  [58] = {.lex_state = 14},
  [59] = {.lex_state = 14},
  [60] = {.lex_state = 14},
  [61] = {.lex_state = 14},
  [62] = {.lex_state = 14},
  [63] = {.lex_state = 14},
  [64] = {.lex_state = 14},
  [65] = {.lex_state = 14},
  [66] = {.lex_state = 14},
  [67] = {.lex_state = 14},
  [68] = {.lex_state = 14},
  [69] = {.lex_state = 14},
  [70] = {.lex_state = 14},
  [71] = {.lex_state = 14},
  [72] = {.lex_state = 14},
  [73] = {.lex_state = 14},
  [74] = {.lex_state = 14},
  [75] = {.lex_state = 14},
  [76] = {.lex_state = 14},
  [77] = {.lex_state = 14},
  [78] = {.lex_state = 14},
  [79] = {.lex_state = 14},
  [80] = {.lex_state = 14},
  [81] = {.lex_state = 14},
  [82] = {.lex_state = 14},
  [83] = {.lex_state = 14},
  [84] = {.lex_state = 14},
  [85] = {.lex_state = 14},
  [86] = {.lex_state = 14},
  [87] = {.lex_state = 14},
  [88] = {.lex_state = 14},
  [89] = {.lex_state = 14},
  [90] = {.lex_state = 14},
  [91] = {.lex_state = 14},
  [92] = {.lex_state = 14},
  [93] = {.lex_state = 14},
  [94] = {.lex_state = 14},
  [95] = {.lex_state = 14},
  [96] = {.lex_state = 14},
  [97] = {.lex_state = 14},
  [98] = {.lex_state = 14},
  [99] = {.lex_state = 14},
  [100] = {.lex_state = 14},
  [101] = {.lex_state = 14},
  [102] = {.lex_state = 14},
  [103] = {.lex_state = 14},
  [104] = {.lex_state = 14},
  [105] = {.lex_state = 14},
  [106] = {.lex_state = 14},
  [107] = {.lex_state = 14},
  [108] = {.lex_state = 14},
  [109] = {.lex_state = 14},
  [110] = {.lex_state = 14},
  [111] = {.lex_state = 14},
  [112] = {.lex_state = 14},
  [113] = {.lex_state = 14},
  [114] = {.lex_state = 14},
  [115] = {.lex_state = 14},
  [116] = {.lex_state = 14},
  [117] = {.lex_state = 14},
  [118] = {.lex_state = 14},
  [119] = {.lex_state = 14},
  [120] = {.lex_state = 14},
  [121] = {.lex_state = 14},
  [122] = {.lex_state = 14},
  [123] = {.lex_state = 14},
  [124] = {.lex_state = 14},
  [125] = {.lex_state = 14},
  [126] = {.lex_state = 14},
  [127] = {.lex_state = 14},
  [128] = {.lex_state = 14},
  [129] = {.lex_state = 14},
  [130] = {.lex_state = 14},
  [131] = {.lex_state = 14},
  [132] = {.lex_state = 14},
  [133] = {.lex_state = 14},
  [134] = {.lex_state = 14},
  [135] = {.lex_state = 14},
  [136] = {.lex_state = 14},
  [137] = {.lex_state = 14},
  [138] = {.lex_state = 14},
  [139] = {.lex_state = 14},
  [140] = {.lex_state = 14},
  [141] = {.lex_state = 14},
  [142] = {.lex_state = 14},
  [143] = {.lex_state = 14},
  [144] = {.lex_state = 14},
  [145] = {.lex_state = 14},
  [146] = {.lex_state = 14},
  [147] = {.lex_state = 14},
  [148] = {.lex_state = 14},
  [149] = {.lex_state = 14},
  [150] = {.lex_state = 14},
  [151] = {.lex_state = 14},
  [152] = {.lex_state = 14},
  [153] = {.lex_state = 14},
  [154] = {.lex_state = 14},
  [155] = {.lex_state = 14},
  [156] = {.lex_state = 14},
  [157] = {.lex_state = 14},
  [158] = {.lex_state = 14},
  [159] = {.lex_state = 14},
  [160] = {.lex_state = 14},
  [161] = {.lex_state = 14},
  [162] = {.lex_state = 14},
  [163] = {.lex_state = 14},
  [164] = {.lex_state = 14},
  [165] = {.lex_state = 14},
  [166] = {.lex_state = 14},
  [167] = {.lex_state = 14},
  [168] = {.lex_state = 14},
  [169] = {.lex_state = 14},
  [170] = {.lex_state = 14},
  [171] = {.lex_state = 14},
  [172] = {.lex_state = 14},
  [173] = {.lex_state = 14},
  [174] = {.lex_state = 14},
  [175] = {.lex_state = 14},
  [176] = {.lex_state = 14},
  [177] = {.lex_state = 14},
  [178] = {.lex_state = 14},
  [179] = {.lex_state = 14},
  [180] = {.lex_state = 14},
  [181] = {.lex_state = 14},
  [182] = {.lex_state = 14},
  [183] = {.lex_state = 14},
  [184] = {.lex_state = 14},
  [185] = {.lex_state = 14},
  [186] = {.lex_state = 14},
  [187] = {.lex_state = 14},
  [188] = {.lex_state = 14},
  [189] = {.lex_state = 14},
  [190] = {.lex_state = 14},
  [191] = {.lex_state = 14},
  [192] = {.lex_state = 14},
  [193] = {.lex_state = 14},
  [194] = {.lex_state = 14},
  [195] = {.lex_state = 14},
  [196] = {.lex_state = 14},
  [197] = {.lex_state = 14},
  [198] = {.lex_state = 14},
  [199] = {.lex_state = 14},
  [200] = {.lex_state = 14},
  [201] = {.lex_state = 14},
  [202] = {.lex_state = 14},
  [203] = {.lex_state = 14},
  [204] = {.lex_state = 14},
  [205] = {.lex_state = 14},
  [206] = {.lex_state = 14},
  [207] = {.lex_state = 14},
  [208] = {.lex_state = 14},
  [209] = {.lex_state = 14},
  [210] = {.lex_state = 14},
  [211] = {.lex_state = 14},
  [212] = {.lex_state = 14},
  [213] = {.lex_state = 14},
  [214] = {.lex_state = 14},
  [215] = {.lex_state = 14},
  [216] = {.lex_state = 14},
  [217] = {.lex_state = 14},
  [218] = {.lex_state = 14},
  [219] = {.lex_state = 14},
  [220] = {.lex_state = 14},
  [221] = {.lex_state = 14},
  [222] = {.lex_state = 14},
  [223] = {.lex_state = 14},
  [224] = {.lex_state = 14},
  [225] = {.lex_state = 14},
  [226] = {.lex_state = 14},
  [227] = {.lex_state = 14},
  [228] = {.lex_state = 14},
  [229] = {.lex_state = 14},
  [230] = {.lex_state = 14},
  [231] = {.lex_state = 14},
  [232] = {.lex_state = 14},
  [233] = {.lex_state = 14},
  [234] = {.lex_state = 14},
  [235] = {.lex_state = 14},
  [236] = {.lex_state = 14},
  [237] = {.lex_state = 14},
  [238] = {.lex_state = 14},
  [239] = {.lex_state = 14},
  [240] = {.lex_state = 14},
  [241] = {.lex_state = 14},
  [242] = {.lex_state = 14},
  [243] = {.lex_state = 14},
  [244] = {.lex_state = 14},
  [245] = {.lex_state = 14},
  [246] = {.lex_state = 14},
  [247] = {.lex_state = 14},
  [248] = {.lex_state = 14},
  [249] = {.lex_state = 14},
  [250] = {.lex_state = 14},
  [251] = {.lex_state = 14},
  [252] = {.lex_state = 14},
  [253] = {.lex_state = 14},
  [254] = {.lex_state = 14},
  [255] = {.lex_state = 14},
  [256] = {.lex_state = 14},
  [257] = {.lex_state = 14},
  [258] = {.lex_state = 14},
  [259] = {.lex_state = 14},
  [260] = {.lex_state = 14},
  [261] = {.lex_state = 14},
  [262] = {.lex_state = 14},
  [263] = {.lex_state = 14},
  [264] = {.lex_state = 14},
  [265] = {.lex_state = 14},
  [266] = {.lex_state = 14},
  [267] = {.lex_state = 13},
  [268] = {.lex_state = 10},
  [269] = {.lex_state = 10},
  [270] = {.lex_state = 10},
  [271] = {.lex_state = 10},
  [272] = {.lex_state = 10},
  [273] = {.lex_state = 10},
  [274] = {.lex_state = 10},
  [275] = {.lex_state = 10},
  [276] = {.lex_state = 13},
  [277] = {.lex_state = 13},
  [278] = {.lex_state = 13},
  [279] = {.lex_state = 10},
  [280] = {.lex_state = 13},
  [281] = {.lex_state = 13},
  [282] = {.lex_state = 13},
  [283] = {.lex_state = 13},
  [284] = {.lex_state = 13},
  [285] = {.lex_state = 13},
  [286] = {.lex_state = 13},
  [287] = {.lex_state = 13},
  [288] = {.lex_state = 13},
  [289] = {.lex_state = 13},
  [290] = {.lex_state = 10},
  [291] = {.lex_state = 5},
  [292] = {.lex_state = 10},
  [293] = {.lex_state = 10},
  [294] = {.lex_state = 10},
  [295] = {.lex_state = 13},
  [296] = {.lex_state = 10},
  [297] = {.lex_state = 10},
  [298] = {.lex_state = 10},
  [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 = 10},
  [310] = {.lex_state = 10},
  [311] = {.lex_state = 10},
  [312] = {.lex_state = 10},
  [313] = {.lex_state = 10},
  [314] = {.lex_state = 10},
  [315] = {.lex_state = 10},
  [316] = {.lex_state = 10},
  [317] = {.lex_state = 10},
  [318] = {.lex_state = 10},
  [319] = {.lex_state = 10},
  [320] = {.lex_state = 10},
  [321] = {.lex_state = 10},
  [322] = {.lex_state = 10},
  [323] = {.lex_state = 10},
  [324] = {.lex_state = 10},
  [325] = {.lex_state = 10},
  [326] = {.lex_state = 10},
  [327] = {.lex_state = 10},
  [328] = {.lex_state = 10},
  [329] = {.lex_state = 10},
  [330] = {.lex_state = 10},
  [331] = {.lex_state = 10},
  [332] = {.lex_state = 10},
  [333] = {.lex_state = 10},
  [334] = {.lex_state = 10},
  [335] = {.lex_state = 10},
  [336] = {.lex_state = 10},
  [337] = {.lex_state = 10},
  [338] = {.lex_state = 10},
  [339] = {.lex_state = 10},
  [340] = {.lex_state = 10},
  [341] = {.lex_state = 10},
  [342] = {.lex_state = 10},
  [343] = {.lex_state = 10},
  [344] = {.lex_state = 10},
  [345] = {.lex_state = 10},
  [346] = {.lex_state = 10},
  [347] = {.lex_state = 10},
  [348] = {.lex_state = 10},
  [349] = {.lex_state = 10},
  [350] = {.lex_state = 10},
  [351] = {.lex_state = 10},
  [352] = {.lex_state = 10},
  [353] = {.lex_state = 10},
  [354] = {.lex_state = 10},
  [355] = {.lex_state = 10},
  [356] = {.lex_state = 10},
  [357] = {.lex_state = 10},
  [358] = {.lex_state = 10},
  [359] = {.lex_state = 10},
  [360] = {.lex_state = 10},
  [361] = {.lex_state = 10},
  [362] = {.lex_state = 10},
  [363] = {.lex_state = 10},
  [364] = {.lex_state = 10},
  [365] = {.lex_state = 10},
  [366] = {.lex_state = 10},
  [367] = {.lex_state = 10},
  [368] = {.lex_state = 10},
  [369] = {.lex_state = 10},
  [370] = {.lex_state = 10},
  [371] = {.lex_state = 10},
  [372] = {.lex_state = 10},
  [373] = {.lex_state = 10},
  [374] = {.lex_state = 10},
  [375] = {.lex_state = 10},
  [376] = {.lex_state = 10},
  [377] = {.lex_state = 10},
  [378] = {.lex_state = 10},
  [379] = {.lex_state = 10},
  [380] = {.lex_state = 10},
  [381] = {.lex_state = 10},
  [382] = {.lex_state = 10},
  [383] = {.lex_state = 10},
  [384] = {.lex_state = 10},
  [385] = {.lex_state = 10},
  [386] = {.lex_state = 10},
  [387] = {.lex_state = 10},
  [388] = {.lex_state = 10},
  [389] = {.lex_state = 10},
  [390] = {.lex_state = 10},
  [391] = {.lex_state = 10},
  [392] = {.lex_state = 10},
  [393] = {.lex_state = 10},
  [394] = {.lex_state = 10},
  [395] = {.lex_state = 10},
  [396] = {.lex_state = 10},
  [397] = {.lex_state = 10},
  [398] = {.lex_state = 10},
  [399] = {.lex_state = 10},
  [400] = {.lex_state = 10},
  [401] = {.lex_state = 10},
  [402] = {.lex_state = 10},
  [403] = {.lex_state = 10},
  [404] = {.lex_state = 10},
  [405] = {.lex_state = 10},
  [406] = {.lex_state = 10},
  [407] = {.lex_state = 10},
  [408] = {.lex_state = 10},
  [409] = {.lex_state = 10},
  [410] = {.lex_state = 10},
  [411] = {.lex_state = 10},
  [412] = {.lex_state = 10},
  [413] = {.lex_state = 10},
  [414] = {.lex_state = 10},
  [415] = {.lex_state = 10},
  [416] = {.lex_state = 10},
  [417] = {.lex_state = 10},
  [418] = {.lex_state = 10},
  [419] = {.lex_state = 10},
  [420] = {.lex_state = 10},
  [421] = {.lex_state = 10},
  [422] = {.lex_state = 10},
  [423] = {.lex_state = 10},
  [424] = {.lex_state = 10},
  [425] = {.lex_state = 10},
  [426] = {.lex_state = 10},
  [427] = {.lex_state = 10},
  [428] = {.lex_state = 10},
  [429] = {.lex_state = 10},
  [430] = {.lex_state = 10},
  [431] = {.lex_state = 10},
  [432] = {.lex_state = 10},
  [433] = {.lex_state = 10},
  [434] = {.lex_state = 10},
  [435] = {.lex_state = 10},
  [436] = {.lex_state = 10},
  [437] = {.lex_state = 44},
  [438] = {.lex_state = 13},
  [439] = {.lex_state = 13},
  [440] = {.lex_state = 13},
  [441] = {.lex_state = 13},
  [442] = {.lex_state = 44},
  [443] = {.lex_state = 44},
  [444] = {.lex_state = 13},
  [445] = {.lex_state = 44},
  [446] = {.lex_state = 44},
  [447] = {.lex_state = 44},
  [448] = {.lex_state = 44},
  [449] = {.lex_state = 44},
  [450] = {.lex_state = 44},
  [451] = {.lex_state = 44},
  [452] = {.lex_state = 44},
  [453] = {.lex_state = 44},
  [454] = {.lex_state = 5},
  [455] = {.lex_state = 44},
  [456] = {.lex_state = 44},
  [457] = {.lex_state = 44},
  [458] = {.lex_state = 44},
  [459] = {.lex_state = 44},
  [460] = {.lex_state = 44},
  [461] = {.lex_state = 44},
  [462] = {.lex_state = 44},
  [463] = {.lex_state = 44},
  [464] = {.lex_state = 44},
  [465] = {.lex_state = 44},
  [466] = {.lex_state = 44},
  [467] = {.lex_state = 44},
  [468] = {.lex_state = 44},
  [469] = {.lex_state = 13},
  [470] = {.lex_state = 44},
  [471] = {.lex_state = 44},
  [472] = {.lex_state = 44},
  [473] = {.lex_state = 44},
  [474] = {.lex_state = 44},
  [475] = {.lex_state = 44},
  [476] = {.lex_state = 44},
  [477] = {.lex_state = 44},
  [478] = {.lex_state = 44},
  [479] = {.lex_state = 44},
  [480] = {.lex_state = 44},
  [481] = {.lex_state = 5},
  [482] = {.lex_state = 44},
  [483] = {.lex_state = 44},
  [484] = {.lex_state = 44},
  [485] = {.lex_state = 5},
  [486] = {.lex_state = 44},
  [487] = {.lex_state = 44},
  [488] = {.lex_state = 44},
  [489] = {.lex_state = 44},
  [490] = {.lex_state = 44},
  [491] = {.lex_state = 44},
  [492] = {.lex_state = 44},
  [493] = {.lex_state = 44},
  [494] = {.lex_state = 44},
  [495] = {.lex_state = 44},
  [496] = {.lex_state = 44},
  [497] = {.lex_state = 44},
  [498] = {.lex_state = 5},
  [499] = {.lex_state = 5},
  [500] = {.lex_state = 5},
  [501] = {.lex_state = 5},
  [502] = {.lex_state = 5},
  [503] = {.lex_state = 5},
  [504] = {.lex_state = 5},
  [505] = {.lex_state = 5},
  [506] = {.lex_state = 5},
  [507] = {.lex_state = 5},
  [508] = {.lex_state = 5},
  [509] = {.lex_state = 5},
  [510] = {.lex_state = 5},
  [511] = {.lex_state = 5},
  [512] = {.lex_state = 5},
  [513] = {.lex_state = 5},
  [514] = {.lex_state = 5},
  [515] = {.lex_state = 5},
  [516] = {.lex_state = 5},
  [517] = {.lex_state = 44},
  [518] = {.lex_state = 5},
  [519] = {.lex_state = 13},
  [520] = {.lex_state = 13},
  [521] = {.lex_state = 13},
  [522] = {.lex_state = 5},
  [523] = {.lex_state = 5},
  [524] = {.lex_state = 13},
  [525] = {.lex_state = 13},
  [526] = {.lex_state = 5},
  [527] = {.lex_state = 5},
  [528] = {.lex_state = 5},
  [529] = {.lex_state = 5},
  [530] = {.lex_state = 5},
  [531] = {.lex_state = 5},
  [532] = {.lex_state = 5},
  [533] = {.lex_state = 13},
  [534] = {.lex_state = 13},
  [535] = {.lex_state = 5},
  [536] = {.lex_state = 5},
  [537] = {.lex_state = 5},
  [538] = {.lex_state = 5},
  [539] = {.lex_state = 5},
  [540] = {.lex_state = 13},
  [541] = {.lex_state = 5},
  [542] = {.lex_state = 5},
  [543] = {.lex_state = 5},
  [544] = {.lex_state = 5},
  [545] = {.lex_state = 5},
  [546] = {.lex_state = 5},
  [547] = {.lex_state = 5},
  [548] = {.lex_state = 5},
  [549] = {.lex_state = 5},
  [550] = {.lex_state = 5},
  [551] = {.lex_state = 5},
  [552] = {.lex_state = 5},
  [553] = {.lex_state = 5},
  [554] = {.lex_state = 5},
  [555] = {.lex_state = 5},
  [556] = {.lex_state = 5},
  [557] = {.lex_state = 5},
  [558] = {.lex_state = 5},
  [559] = {.lex_state = 5},
  [560] = {.lex_state = 5},
  [561] = {.lex_state = 5},
  [562] = {.lex_state = 5},
  [563] = {.lex_state = 5},
  [564] = {.lex_state = 5},
  [565] = {.lex_state = 5},
  [566] = {.lex_state = 5},
  [567] = {.lex_state = 5},
  [568] = {.lex_state = 5},
  [569] = {.lex_state = 5},
  [570] = {.lex_state = 5},
  [571] = {.lex_state = 5},
  [572] = {.lex_state = 5},
  [573] = {.lex_state = 5},
  [574] = {.lex_state = 5},
  [575] = {.lex_state = 5},
  [576] = {.lex_state = 5},
  [577] = {.lex_state = 5},
  [578] = {.lex_state = 5},
  [579] = {.lex_state = 5},
  [580] = {.lex_state = 5},
  [581] = {.lex_state = 5},
  [582] = {.lex_state = 5},
  [583] = {.lex_state = 5},
  [584] = {.lex_state = 5},
  [585] = {.lex_state = 5},
  [586] = {.lex_state = 5},
  [587] = {.lex_state = 5},
  [588] = {.lex_state = 5},
  [589] = {.lex_state = 5},
  [590] = {.lex_state = 5},
  [591] = {.lex_state = 5},
  [592] = {.lex_state = 5},
  [593] = {.lex_state = 5},
  [594] = {.lex_state = 5},
  [595] = {.lex_state = 5},
  [596] = {.lex_state = 5},
  [597] = {.lex_state = 5},
  [598] = {.lex_state = 5},
  [599] = {.lex_state = 5},
  [600] = {.lex_state = 5},
  [601] = {.lex_state = 5},
  [602] = {.lex_state = 5},
  [603] = {.lex_state = 5},
  [604] = {.lex_state = 5},
  [605] = {.lex_state = 5},
  [606] = {.lex_state = 13},
  [607] = {.lex_state = 13},
  [608] = {.lex_state = 13},
  [609] = {.lex_state = 13},
  [610] = {.lex_state = 13},
  [611] = {.lex_state = 13},
  [612] = {.lex_state = 13},
  [613] = {.lex_state = 13},
  [614] = {.lex_state = 13},
  [615] = {.lex_state = 13},
  [616] = {.lex_state = 13},
  [617] = {.lex_state = 13},
  [618] = {.lex_state = 13},
  [619] = {.lex_state = 13},
  [620] = {.lex_state = 13},
  [621] = {.lex_state = 13},
  [622] = {.lex_state = 13},
  [623] = {.lex_state = 13},
  [624] = {.lex_state = 13},
  [625] = {.lex_state = 13},
  [626] = {.lex_state = 13},
  [627] = {.lex_state = 13},
  [628] = {.lex_state = 13},
  [629] = {.lex_state = 13},
  [630] = {.lex_state = 13},
  [631] = {.lex_state = 13},
  [632] = {.lex_state = 13},
  [633] = {.lex_state = 5},
  [634] = {.lex_state = 14},
  [635] = {.lex_state = 14},
  [636] = {.lex_state = 14},
  [637] = {.lex_state = 14},
  [638] = {.lex_state = 14},
  [639] = {.lex_state = 14},
  [640] = {.lex_state = 14},
  [641] = {.lex_state = 14},
  [642] = {.lex_state = 14},
  [643] = {.lex_state = 14},
  [644] = {.lex_state = 14},
  [645] = {.lex_state = 14},
  [646] = {.lex_state = 14},
  [647] = {.lex_state = 14},
  [648] = {.lex_state = 14},
  [649] = {.lex_state = 14},
  [650] = {.lex_state = 14},
  [651] = {.lex_state = 14},
  [652] = {.lex_state = 14},
  [653] = {.lex_state = 14},
  [654] = {.lex_state = 14},
  [655] = {.lex_state = 14},
  [656] = {.lex_state = 14},
  [657] = {.lex_state = 14},
  [658] = {.lex_state = 14},
  [659] = {.lex_state = 14},
  [660] = {.lex_state = 14},
  [661] = {.lex_state = 14},
  [662] = {.lex_state = 14},
  [663] = {.lex_state = 14},
  [664] = {.lex_state = 14},
  [665] = {.lex_state = 14},
  [666] = {.lex_state = 14},
  [667] = {.lex_state = 14},
  [668] = {.lex_state = 14},
  [669] = {.lex_state = 14},
  [670] = {.lex_state = 14},
  [671] = {.lex_state = 14},
  [672] = {.lex_state = 14},
  [673] = {.lex_state = 14},
  [674] = {.lex_state = 14},
  [675] = {.lex_state = 14},
  [676] = {.lex_state = 14},
  [677] = {.lex_state = 14},
  [678] = {.lex_state = 14},
  [679] = {.lex_state = 14},
  [680] = {.lex_state = 14},
  [681] = {.lex_state = 14},
  [682] = {.lex_state = 14},
  [683] = {.lex_state = 14},
  [684] = {.lex_state = 14},
  [685] = {.lex_state = 14},
  [686] = {.lex_state = 14},
  [687] = {.lex_state = 14},
  [688] = {.lex_state = 14},
  [689] = {.lex_state = 14},
  [690] = {.lex_state = 14},
  [691] = {.lex_state = 14},
  [692] = {.lex_state = 14},
  [693] = {.lex_state = 14},
  [694] = {.lex_state = 14},
  [695] = {.lex_state = 14},
  [696] = {.lex_state = 14},
  [697] = {.lex_state = 14},
  [698] = {.lex_state = 14},
  [699] = {.lex_state = 14},
  [700] = {.lex_state = 14},
  [701] = {.lex_state = 14},
  [702] = {.lex_state = 14},
  [703] = {.lex_state = 14},
  [704] = {.lex_state = 14},
  [705] = {.lex_state = 14},
  [706] = {.lex_state = 14},
  [707] = {.lex_state = 14},
  [708] = {.lex_state = 14},
  [709] = {.lex_state = 14},
  [710] = {.lex_state = 14},
  [711] = {.lex_state = 14},
  [712] = {.lex_state = 14},
  [713] = {.lex_state = 14},
  [714] = {.lex_state = 14},
  [715] = {.lex_state = 14},
  [716] = {.lex_state = 14},
  [717] = {.lex_state = 14},
  [718] = {.lex_state = 14},
  [719] = {.lex_state = 14},
  [720] = {.lex_state = 14},
  [721] = {.lex_state = 14},
  [722] = {.lex_state = 14},
  [723] = {.lex_state = 14},
  [724] = {.lex_state = 14},
  [725] = {.lex_state = 14},
  [726] = {.lex_state = 14},
  [727] = {.lex_state = 14},
  [728] = {.lex_state = 14},
  [729] = {.lex_state = 14},
  [730] = {.lex_state = 14},
  [731] = {.lex_state = 14},
  [732] = {.lex_state = 14},
  [733] = {.lex_state = 14},
  [734] = {.lex_state = 14},
  [735] = {.lex_state = 14},
  [736] = {.lex_state = 14},
  [737] = {.lex_state = 14},
  [738] = {.lex_state = 14},
  [739] = {.lex_state = 14},
  [740] = {.lex_state = 14},
  [741] = {.lex_state = 14},
  [742] = {.lex_state = 14},
  [743] = {.lex_state = 14},
  [744] = {.lex_state = 14},
  [745] = {.lex_state = 14},
  [746] = {.lex_state = 14},
  [747] = {.lex_state = 14},
  [748] = {.lex_state = 14},
  [749] = {.lex_state = 14},
  [750] = {.lex_state = 14},
  [751] = {.lex_state = 14},
  [752] = {.lex_state = 14},
  [753] = {.lex_state = 14},
  [754] = {.lex_state = 14},
  [755] = {.lex_state = 14},
  [756] = {.lex_state = 14},
  [757] = {.lex_state = 14},
  [758] = {.lex_state = 14},
  [759] = {.lex_state = 14},
  [760] = {.lex_state = 14},
  [761] = {.lex_state = 14},
  [762] = {.lex_state = 14},
  [763] = {.lex_state = 14},
  [764] = {.lex_state = 14},
  [765] = {.lex_state = 14},
  [766] = {.lex_state = 14},
  [767] = {.lex_state = 14},
  [768] = {.lex_state = 14},
  [769] = {.lex_state = 14},
  [770] = {.lex_state = 14},
  [771] = {.lex_state = 14},
  [772] = {.lex_state = 14},
  [773] = {.lex_state = 14},
  [774] = {.lex_state = 14},
  [775] = {.lex_state = 14},
  [776] = {.lex_state = 14},
  [777] = {.lex_state = 14},
  [778] = {.lex_state = 14},
  [779] = {.lex_state = 14},
  [780] = {.lex_state = 14},
  [781] = {.lex_state = 14},
  [782] = {.lex_state = 14},
  [783] = {.lex_state = 14},
  [784] = {.lex_state = 14},
  [785] = {.lex_state = 14},
  [786] = {.lex_state = 14},
  [787] = {.lex_state = 14},
  [788] = {.lex_state = 14},
  [789] = {.lex_state = 14},
  [790] = {.lex_state = 14},
  [791] = {.lex_state = 14},
  [792] = {.lex_state = 14},
  [793] = {.lex_state = 14},
  [794] = {.lex_state = 14},
  [795] = {.lex_state = 14},
  [796] = {.lex_state = 14},
  [797] = {.lex_state = 14},
  [798] = {.lex_state = 14},
  [799] = {.lex_state = 14},
  [800] = {.lex_state = 14},
  [801] = {.lex_state = 14},
  [802] = {.lex_state = 14},
  [803] = {.lex_state = 14},
  [804] = {.lex_state = 14},
  [805] = {.lex_state = 14},
  [806] = {.lex_state = 14},
  [807] = {.lex_state = 14},
  [808] = {.lex_state = 14},
  [809] = {.lex_state = 14},
  [810] = {.lex_state = 14},
  [811] = {.lex_state = 14},
  [812] = {.lex_state = 14},
  [813] = {.lex_state = 14},
  [814] = {.lex_state = 14},
  [815] = {.lex_state = 14},
  [816] = {.lex_state = 14},
  [817] = {.lex_state = 14},
  [818] = {.lex_state = 14},
  [819] = {.lex_state = 14},
  [820] = {.lex_state = 14},
  [821] = {.lex_state = 14},
  [822] = {.lex_state = 14},
  [823] = {.lex_state = 14},
  [824] = {.lex_state = 14},
  [825] = {.lex_state = 14},
  [826] = {.lex_state = 14},
  [827] = {.lex_state = 14},
  [828] = {.lex_state = 14},
  [829] = {.lex_state = 14},
  [830] = {.lex_state = 14},
  [831] = {.lex_state = 14},
  [832] = {.lex_state = 14},
  [833] = {.lex_state = 14},
  [834] = {.lex_state = 14},
  [835] = {.lex_state = 14},
  [836] = {.lex_state = 14},
  [837] = {.lex_state = 14},
  [838] = {.lex_state = 14},
  [839] = {.lex_state = 14},
  [840] = {.lex_state = 14},
  [841] = {.lex_state = 14},
  [842] = {.lex_state = 14},
  [843] = {.lex_state = 14},
  [844] = {.lex_state = 14},
  [845] = {.lex_state = 14},
  [846] = {.lex_state = 14},
  [847] = {.lex_state = 14},
  [848] = {.lex_state = 14},
  [849] = {.lex_state = 14},
  [850] = {.lex_state = 14},
  [851] = {.lex_state = 14},
  [852] = {.lex_state = 14},
  [853] = {.lex_state = 14},
  [854] = {.lex_state = 14},
  [855] = {.lex_state = 14},
  [856] = {.lex_state = 14},
  [857] = {.lex_state = 14},
  [858] = {.lex_state = 14},
  [859] = {.lex_state = 14},
  [860] = {.lex_state = 14},
  [861] = {.lex_state = 14},
  [862] = {.lex_state = 14},
  [863] = {.lex_state = 14},
  [864] = {.lex_state = 14},
  [865] = {.lex_state = 14},
  [866] = {.lex_state = 14},
  [867] = {.lex_state = 14},
  [868] = {.lex_state = 14},
  [869] = {.lex_state = 14},
  [870] = {.lex_state = 14},
  [871] = {.lex_state = 14},
  [872] = {.lex_state = 14},
  [873] = {.lex_state = 14},
  [874] = {.lex_state = 14},
  [875] = {.lex_state = 14},
  [876] = {.lex_state = 14},
  [877] = {.lex_state = 14},
  [878] = {.lex_state = 14},
  [879] = {.lex_state = 14},
  [880] = {.lex_state = 14},
  [881] = {.lex_state = 14},
  [882] = {.lex_state = 14},
  [883] = {.lex_state = 14},
  [884] = {.lex_state = 14},
  [885] = {.lex_state = 14},
  [886] = {.lex_state = 14},
  [887] = {.lex_state = 14},
  [888] = {.lex_state = 14},
  [889] = {.lex_state = 14},
  [890] = {.lex_state = 14},
  [891] = {.lex_state = 14},
  [892] = {.lex_state = 14},
  [893] = {.lex_state = 14},
  [894] = {.lex_state = 14},
  [895] = {.lex_state = 14},
  [896] = {.lex_state = 14},
  [897] = {.lex_state = 14},
  [898] = {.lex_state = 14},
  [899] = {.lex_state = 14},
  [900] = {.lex_state = 10},
  [901] = {.lex_state = 14},
  [902] = {.lex_state = 14},
  [903] = {.lex_state = 14},
  [904] = {.lex_state = 14},
  [905] = {.lex_state = 14},
  [906] = {.lex_state = 14},
  [907] = {.lex_state = 14},
  [908] = {.lex_state = 14},
  [909] = {.lex_state = 14},
  [910] = {.lex_state = 14},
  [911] = {.lex_state = 14},
  [912] = {.lex_state = 14},
  [913] = {.lex_state = 14},
  [914] = {.lex_state = 14},
  [915] = {.lex_state = 8},
  [916] = {.lex_state = 14},
  [917] = {.lex_state = 14},
  [918] = {.lex_state = 14},
  [919] = {.lex_state = 14},
  [920] = {.lex_state = 14},
  [921] = {.lex_state = 14},
  [922] = {.lex_state = 8},
  [923] = {.lex_state = 9},
  [924] = {.lex_state = 8},
  [925] = {.lex_state = 8},
  [926] = {.lex_state = 8},
  [927] = {.lex_state = 8},
  [928] = {.lex_state = 8},
  [929] = {.lex_state = 9},
  [930] = {.lex_state = 9},
  [931] = {.lex_state = 8},
  [932] = {.lex_state = 8},
  [933] = {.lex_state = 8},
  [934] = {.lex_state = 9},
  [935] = {.lex_state = 8},
  [936] = {.lex_state = 8},
  [937] = {.lex_state = 8},
  [938] = {.lex_state = 8},
  [939] = {.lex_state = 8},
  [940] = {.lex_state = 8},
  [941] = {.lex_state = 8},
  [942] = {.lex_state = 9},
  [943] = {.lex_state = 8},
  [944] = {.lex_state = 8},
  [945] = {.lex_state = 9},
  [946] = {.lex_state = 8},
  [947] = {.lex_state = 9},
  [948] = {.lex_state = 8},
  [949] = {.lex_state = 8},
  [950] = {.lex_state = 8},
  [951] = {.lex_state = 8},
  [952] = {.lex_state = 8},
  [953] = {.lex_state = 8},
  [954] = {.lex_state = 9},
  [955] = {.lex_state = 8},
  [956] = {.lex_state = 8},
  [957] = {.lex_state = 8},
  [958] = {.lex_state = 9},
  [959] = {.lex_state = 8},
  [960] = {.lex_state = 8},
  [961] = {.lex_state = 8},
  [962] = {.lex_state = 8},
  [963] = {.lex_state = 14},
  [964] = {.lex_state = 8},
  [965] = {.lex_state = 8},
  [966] = {.lex_state = 9},
  [967] = {.lex_state = 8},
  [968] = {.lex_state = 8},
  [969] = {.lex_state = 9},
  [970] = {.lex_state = 8},
  [971] = {.lex_state = 8},
  [972] = {.lex_state = 8},
  [973] = {.lex_state = 8},
  [974] = {.lex_state = 8},
  [975] = {.lex_state = 8},
  [976] = {.lex_state = 9},
  [977] = {.lex_state = 8},
  [978] = {.lex_state = 8},
  [979] = {.lex_state = 8},
  [980] = {.lex_state = 9},
  [981] = {.lex_state = 8},
  [982] = {.lex_state = 8},
  [983] = {.lex_state = 8},
  [984] = {.lex_state = 8},
  [985] = {.lex_state = 8},
  [986] = {.lex_state = 8},
  [987] = {.lex_state = 9},
  [988] = {.lex_state = 8},
  [989] = {.lex_state = 8},
  [990] = {.lex_state = 9},
  [991] = {.lex_state = 8},
  [992] = {.lex_state = 8},
  [993] = {.lex_state = 8},
  [994] = {.lex_state = 8},
  [995] = {.lex_state = 8},
  [996] = {.lex_state = 9},
  [997] = {.lex_state = 8},
  [998] = {.lex_state = 8},
  [999] = {.lex_state = 9},
  [1000] = {.lex_state = 8},
  [1001] = {.lex_state = 8},
  [1002] = {.lex_state = 8},
  [1003] = {.lex_state = 8},
  [1004] = {.lex_state = 8},
  [1005] = {.lex_state = 8},
  [1006] = {.lex_state = 8},
  [1007] = {.lex_state = 44},
  [1008] = {.lex_state = 14},
  [1009] = {.lex_state = 8},
  [1010] = {.lex_state = 8},
  [1011] = {.lex_state = 8},
  [1012] = {.lex_state = 8},
  [1013] = {.lex_state = 44},
  [1014] = {.lex_state = 14},
  [1015] = {.lex_state = 14},
  [1016] = {.lex_state = 14},
  [1017] = {.lex_state = 14},
  [1018] = {.lex_state = 14},
  [1019] = {.lex_state = 8},
  [1020] = {.lex_state = 8},
  [1021] = {.lex_state = 8},
  [1022] = {.lex_state = 14},
  [1023] = {.lex_state = 8},
  [1024] = {.lex_state = 44},
  [1025] = {.lex_state = 8},
  [1026] = {.lex_state = 14},
  [1027] = {.lex_state = 14},
  [1028] = {.lex_state = 14},
  [1029] = {.lex_state = 14},
  [1030] = {.lex_state = 44},
  [1031] = {.lex_state = 14},
  [1032] = {.lex_state = 8},
  [1033] = {.lex_state = 8},
  [1034] = {.lex_state = 8},
  [1035] = {.lex_state = 14},
  [1036] = {.lex_state = 8},
  [1037] = {.lex_state = 14},
  [1038] = {.lex_state = 14},
  [1039] = {.lex_state = 44},
  [1040] = {.lex_state = 14},
  [1041] = {.lex_state = 14},
  [1042] = {.lex_state = 14},
  [1043] = {.lex_state = 14},
  [1044] = {.lex_state = 14},
  [1045] = {.lex_state = 14},
  [1046] = {.lex_state = 14},
  [1047] = {.lex_state = 14},
  [1048] = {.lex_state = 8},
  [1049] = {.lex_state = 8},
  [1050] = {.lex_state = 14},
  [1051] = {.lex_state = 14},
  [1052] = {.lex_state = 14},
  [1053] = {.lex_state = 8},
  [1054] = {.lex_state = 8},
  [1055] = {.lex_state = 8},
  [1056] = {.lex_state = 14},
  [1057] = {.lex_state = 44},
  [1058] = {.lex_state = 8},
  [1059] = {.lex_state = 14},
  [1060] = {.lex_state = 14},
  [1061] = {.lex_state = 8},
  [1062] = {.lex_state = 14},
  [1063] = {.lex_state = 14},
  [1064] = {.lex_state = 14},
  [1065] = {.lex_state = 8},
  [1066] = {.lex_state = 14},
  [1067] = {.lex_state = 14},
  [1068] = {.lex_state = 14},
  [1069] = {.lex_state = 14},
  [1070] = {.lex_state = 8},
  [1071] = {.lex_state = 14},
  [1072] = {.lex_state = 14},
  [1073] = {.lex_state = 8},
  [1074] = {.lex_state = 14},
  [1075] = {.lex_state = 14},
  [1076] = {.lex_state = 14},
  [1077] = {.lex_state = 14},
  [1078] = {.lex_state = 14},
  [1079] = {.lex_state = 14},
  [1080] = {.lex_state = 14},
  [1081] = {.lex_state = 8},
  [1082] = {.lex_state = 8},
  [1083] = {.lex_state = 14},
  [1084] = {.lex_state = 8},
  [1085] = {.lex_state = 8},
  [1086] = {.lex_state = 8},
  [1087] = {.lex_state = 8},
  [1088] = {.lex_state = 14},
  [1089] = {.lex_state = 8},
  [1090] = {.lex_state = 14},
  [1091] = {.lex_state = 8},
  [1092] = {.lex_state = 8},
  [1093] = {.lex_state = 14},
  [1094] = {.lex_state = 14},
  [1095] = {.lex_state = 14},
  [1096] = {.lex_state = 14},
  [1097] = {.lex_state = 14},
  [1098] = {.lex_state = 8},
  [1099] = {.lex_state = 8},
  [1100] = {.lex_state = 14},
  [1101] = {.lex_state = 8},
  [1102] = {.lex_state = 14},
  [1103] = {.lex_state = 14},
  [1104] = {.lex_state = 8},
  [1105] = {.lex_state = 14},
  [1106] = {.lex_state = 14},
  [1107] = {.lex_state = 8},
  [1108] = {.lex_state = 14},
  [1109] = {.lex_state = 14},
  [1110] = {.lex_state = 14},
  [1111] = {.lex_state = 14},
  [1112] = {.lex_state = 14},
  [1113] = {.lex_state = 14},
  [1114] = {.lex_state = 8},
  [1115] = {.lex_state = 44},
  [1116] = {.lex_state = 44},
  [1117] = {.lex_state = 8},
  [1118] = {.lex_state = 8},
  [1119] = {.lex_state = 8},
  [1120] = {.lex_state = 8},
  [1121] = {.lex_state = 8},
  [1122] = {.lex_state = 8},
  [1123] = {.lex_state = 8},
  [1124] = {.lex_state = 14},
  [1125] = {.lex_state = 14},
  [1126] = {.lex_state = 14},
  [1127] = {.lex_state = 14},
  [1128] = {.lex_state = 14},
  [1129] = {.lex_state = 14},
  [1130] = {.lex_state = 8},
  [1131] = {.lex_state = 8},
  [1132] = {.lex_state = 8},
  [1133] = {.lex_state = 8},
  [1134] = {.lex_state = 14},
  [1135] = {.lex_state = 14},
  [1136] = {.lex_state = 8},
  [1137] = {.lex_state = 8},
  [1138] = {.lex_state = 14},
  [1139] = {.lex_state = 8},
  [1140] = {.lex_state = 8},
  [1141] = {.lex_state = 14},
  [1142] = {.lex_state = 14},
  [1143] = {.lex_state = 14},
  [1144] = {.lex_state = 44},
  [1145] = {.lex_state = 44},
  [1146] = {.lex_state = 8},
  [1147] = {.lex_state = 8},
  [1148] = {.lex_state = 14},
  [1149] = {.lex_state = 8},
  [1150] = {.lex_state = 8},
  [1151] = {.lex_state = 8},
  [1152] = {.lex_state = 14},
  [1153] = {.lex_state = 8},
  [1154] = {.lex_state = 8},
  [1155] = {.lex_state = 8},
  [1156] = {.lex_state = 14},
  [1157] = {.lex_state = 8},
  [1158] = {.lex_state = 8},
  [1159] = {.lex_state = 8},
  [1160] = {.lex_state = 8},
  [1161] = {.lex_state = 8},
  [1162] = {.lex_state = 8},
  [1163] = {.lex_state = 8},
  [1164] = {.lex_state = 8},
  [1165] = {.lex_state = 8},
  [1166] = {.lex_state = 8},
  [1167] = {.lex_state = 8},
  [1168] = {.lex_state = 8},
  [1169] = {.lex_state = 8},
  [1170] = {.lex_state = 14},
  [1171] = {.lex_state = 14},
  [1172] = {.lex_state = 14},
  [1173] = {.lex_state = 44},
  [1174] = {.lex_state = 44},
  [1175] = {.lex_state = 14},
  [1176] = {.lex_state = 14},
  [1177] = {.lex_state = 14},
  [1178] = {.lex_state = 14},
  [1179] = {.lex_state = 14},
  [1180] = {.lex_state = 8},
  [1181] = {.lex_state = 14},
  [1182] = {.lex_state = 8},
  [1183] = {.lex_state = 8},
  [1184] = {.lex_state = 8},
  [1185] = {.lex_state = 14},
  [1186] = {.lex_state = 14},
  [1187] = {.lex_state = 8},
  [1188] = {.lex_state = 8},
  [1189] = {.lex_state = 8},
  [1190] = {.lex_state = 44},
  [1191] = {.lex_state = 8},
  [1192] = {.lex_state = 8},
  [1193] = {.lex_state = 8},
  [1194] = {.lex_state = 44},
  [1195] = {.lex_state = 8},
  [1196] = {.lex_state = 8},
  [1197] = {.lex_state = 8},
  [1198] = {.lex_state = 8},
  [1199] = {.lex_state = 8},
  [1200] = {.lex_state = 14},
  [1201] = {.lex_state = 8},
  [1202] = {.lex_state = 44},
  [1203] = {.lex_state = 44},
  [1204] = {.lex_state = 8},
  [1205] = {.lex_state = 8},
  [1206] = {.lex_state = 8},
  [1207] = {.lex_state = 8},
  [1208] = {.lex_state = 8},
  [1209] = {.lex_state = 8},
  [1210] = {.lex_state = 8},
  [1211] = {.lex_state = 8},
  [1212] = {.lex_state = 8},
  [1213] = {.lex_state = 8},
  [1214] = {.lex_state = 8},
  [1215] = {.lex_state = 8},
  [1216] = {.lex_state = 14},
  [1217] = {.lex_state = 8},
  [1218] = {.lex_state = 8},
  [1219] = {.lex_state = 14},
  [1220] = {.lex_state = 14},
  [1221] = {.lex_state = 14},
  [1222] = {.lex_state = 8},
  [1223] = {.lex_state = 14},
  [1224] = {.lex_state = 8},
  [1225] = {.lex_state = 8},
  [1226] = {.lex_state = 14},
  [1227] = {.lex_state = 8},
  [1228] = {.lex_state = 14},
  [1229] = {.lex_state = 14},
  [1230] = {.lex_state = 14},
  [1231] = {.lex_state = 44},
  [1232] = {.lex_state = 44},
  [1233] = {.lex_state = 8},
  [1234] = {.lex_state = 8},
  [1235] = {.lex_state = 14},
  [1236] = {.lex_state = 14},
  [1237] = {.lex_state = 8},
  [1238] = {.lex_state = 8},
  [1239] = {.lex_state = 8},
  [1240] = {.lex_state = 8},
  [1241] = {.lex_state = 8},
  [1242] = {.lex_state = 8},
  [1243] = {.lex_state = 14},
  [1244] = {.lex_state = 8},
  [1245] = {.lex_state = 8},
  [1246] = {.lex_state = 8},
  [1247] = {.lex_state = 8},
  [1248] = {.lex_state = 8},
  [1249] = {.lex_state = 8},
  [1250] = {.lex_state = 8},
  [1251] = {.lex_state = 8},
  [1252] = {.lex_state = 8},
  [1253] = {.lex_state = 8},
  [1254] = {.lex_state = 8},
  [1255] = {.lex_state = 8},
  [1256] = {.lex_state = 8},
  [1257] = {.lex_state = 8},
  [1258] = {.lex_state = 8},
  [1259] = {.lex_state = 14},
  [1260] = {.lex_state = 44},
  [1261] = {.lex_state = 44},
  [1262] = {.lex_state = 8},
  [1263] = {.lex_state = 14},
  [1264] = {.lex_state = 14},
  [1265] = {.lex_state = 14},
  [1266] = {.lex_state = 14},
  [1267] = {.lex_state = 8},
  [1268] = {.lex_state = 14},
  [1269] = {.lex_state = 8},
  [1270] = {.lex_state = 8},
  [1271] = {.lex_state = 8},
  [1272] = {.lex_state = 8},
  [1273] = {.lex_state = 8},
  [1274] = {.lex_state = 14},
  [1275] = {.lex_state = 8},
  [1276] = {.lex_state = 8},
  [1277] = {.lex_state = 14},
  [1278] = {.lex_state = 8},
  [1279] = {.lex_state = 8},
  [1280] = {.lex_state = 8},
  [1281] = {.lex_state = 8},
  [1282] = {.lex_state = 8},
  [1283] = {.lex_state = 8},
  [1284] = {.lex_state = 8},
  [1285] = {.lex_state = 8},
  [1286] = {.lex_state = 8},
  [1287] = {.lex_state = 14},
  [1288] = {.lex_state = 8},
  [1289] = {.lex_state = 44},
  [1290] = {.lex_state = 44},
  [1291] = {.lex_state = 8},
  [1292] = {.lex_state = 8},
  [1293] = {.lex_state = 8},
  [1294] = {.lex_state = 8},
  [1295] = {.lex_state = 8},
  [1296] = {.lex_state = 8},
  [1297] = {.lex_state = 8},
  [1298] = {.lex_state = 8},
  [1299] = {.lex_state = 8},
  [1300] = {.lex_state = 8},
  [1301] = {.lex_state = 8},
  [1302] = {.lex_state = 14},
  [1303] = {.lex_state = 14},
  [1304] = {.lex_state = 14},
  [1305] = {.lex_state = 14},
  [1306] = {.lex_state = 14},
  [1307] = {.lex_state = 14},
  [1308] = {.lex_state = 14},
  [1309] = {.lex_state = 8},
  [1310] = {.lex_state = 14},
  [1311] = {.lex_state = 8},
  [1312] = {.lex_state = 8},
  [1313] = {.lex_state = 14},
  [1314] = {.lex_state = 8},
  [1315] = {.lex_state = 14},
  [1316] = {.lex_state = 8},
  [1317] = {.lex_state = 14},
  [1318] = {.lex_state = 14},
  [1319] = {.lex_state = 8},
  [1320] = {.lex_state = 8},
  [1321] = {.lex_state = 8},
  [1322] = {.lex_state = 8},
  [1323] = {.lex_state = 8},
  [1324] = {.lex_state = 8},
  [1325] = {.lex_state = 8},
  [1326] = {.lex_state = 8},
  [1327] = {.lex_state = 8},
  [1328] = {.lex_state = 8},
  [1329] = {.lex_state = 8},
  [1330] = {.lex_state = 8},
  [1331] = {.lex_state = 8},
  [1332] = {.lex_state = 8},
  [1333] = {.lex_state = 8},
  [1334] = {.lex_state = 14},
  [1335] = {.lex_state = 14},
  [1336] = {.lex_state = 8},
  [1337] = {.lex_state = 8},
  [1338] = {.lex_state = 8},
  [1339] = {.lex_state = 8},
  [1340] = {.lex_state = 8},
  [1341] = {.lex_state = 8},
  [1342] = {.lex_state = 8},
  [1343] = {.lex_state = 8},
  [1344] = {.lex_state = 8},
  [1345] = {.lex_state = 8},
  [1346] = {.lex_state = 8},
  [1347] = {.lex_state = 8},
  [1348] = {.lex_state = 8},
  [1349] = {.lex_state = 8},
  [1350] = {.lex_state = 8},
  [1351] = {.lex_state = 14},
  [1352] = {.lex_state = 14},
  [1353] = {.lex_state = 14},
  [1354] = {.lex_state = 8},
  [1355] = {.lex_state = 8},
  [1356] = {.lex_state = 8},
  [1357] = {.lex_state = 8},
  [1358] = {.lex_state = 8},
  [1359] = {.lex_state = 8},
  [1360] = {.lex_state = 8},
  [1361] = {.lex_state = 8},
  [1362] = {.lex_state = 8},
  [1363] = {.lex_state = 8},
  [1364] = {.lex_state = 8},
  [1365] = {.lex_state = 8},
  [1366] = {.lex_state = 8},
  [1367] = {.lex_state = 8},
  [1368] = {.lex_state = 14},
  [1369] = {.lex_state = 14},
  [1370] = {.lex_state = 8},
  [1371] = {.lex_state = 8},
  [1372] = {.lex_state = 8},
  [1373] = {.lex_state = 8},
  [1374] = {.lex_state = 8},
  [1375] = {.lex_state = 8},
  [1376] = {.lex_state = 8},
  [1377] = {.lex_state = 8},
  [1378] = {.lex_state = 8},
  [1379] = {.lex_state = 8},
  [1380] = {.lex_state = 8},
  [1381] = {.lex_state = 8},
  [1382] = {.lex_state = 8},
  [1383] = {.lex_state = 8},
  [1384] = {.lex_state = 8},
  [1385] = {.lex_state = 14},
  [1386] = {.lex_state = 14},
  [1387] = {.lex_state = 8},
  [1388] = {.lex_state = 8},
  [1389] = {.lex_state = 8},
  [1390] = {.lex_state = 8},
  [1391] = {.lex_state = 8},
  [1392] = {.lex_state = 8},
  [1393] = {.lex_state = 8},
  [1394] = {.lex_state = 8},
  [1395] = {.lex_state = 8},
  [1396] = {.lex_state = 8},
  [1397] = {.lex_state = 8},
  [1398] = {.lex_state = 8},
  [1399] = {.lex_state = 8},
  [1400] = {.lex_state = 8},
  [1401] = {.lex_state = 14},
  [1402] = {.lex_state = 14},
  [1403] = {.lex_state = 14},
  [1404] = {.lex_state = 14},
  [1405] = {.lex_state = 8},
  [1406] = {.lex_state = 14},
  [1407] = {.lex_state = 8},
  [1408] = {.lex_state = 8},
  [1409] = {.lex_state = 8},
  [1410] = {.lex_state = 8},
  [1411] = {.lex_state = 8},
  [1412] = {.lex_state = 14},
  [1413] = {.lex_state = 8},
  [1414] = {.lex_state = 8},
  [1415] = {.lex_state = 8},
  [1416] = {.lex_state = 8},
  [1417] = {.lex_state = 8},
  [1418] = {.lex_state = 14},
  [1419] = {.lex_state = 14},
  [1420] = {.lex_state = 14},
  [1421] = {.lex_state = 14},
  [1422] = {.lex_state = 8},
  [1423] = {.lex_state = 8},
  [1424] = {.lex_state = 8},
  [1425] = {.lex_state = 14},
  [1426] = {.lex_state = 8},
  [1427] = {.lex_state = 8},
  [1428] = {.lex_state = 8},
  [1429] = {.lex_state = 8},
  [1430] = {.lex_state = 8},
  [1431] = {.lex_state = 8},
  [1432] = {.lex_state = 8},
  [1433] = {.lex_state = 8},
  [1434] = {.lex_state = 8},
  [1435] = {.lex_state = 8},
  [1436] = {.lex_state = 14},
  [1437] = {.lex_state = 14},
  [1438] = {.lex_state = 14},
  [1439] = {.lex_state = 8},
  [1440] = {.lex_state = 8},
  [1441] = {.lex_state = 8},
  [1442] = {.lex_state = 14},
  [1443] = {.lex_state = 14},
  [1444] = {.lex_state = 8},
  [1445] = {.lex_state = 8},
  [1446] = {.lex_state = 14},
  [1447] = {.lex_state = 8},
  [1448] = {.lex_state = 8},
  [1449] = {.lex_state = 8},
  [1450] = {.lex_state = 8},
  [1451] = {.lex_state = 8},
  [1452] = {.lex_state = 8},
  [1453] = {.lex_state = 8},
  [1454] = {.lex_state = 8},
  [1455] = {.lex_state = 8},
  [1456] = {.lex_state = 8},
  [1457] = {.lex_state = 8},
  [1458] = {.lex_state = 8},
  [1459] = {.lex_state = 8},
  [1460] = {.lex_state = 8},
  [1461] = {.lex_state = 8},
  [1462] = {.lex_state = 8},
  [1463] = {.lex_state = 8},
  [1464] = {.lex_state = 14},
  [1465] = {.lex_state = 14},
  [1466] = {.lex_state = 14},
  [1467] = {.lex_state = 8},
  [1468] = {.lex_state = 8},
  [1469] = {.lex_state = 14},
  [1470] = {.lex_state = 14},
  [1471] = {.lex_state = 14},
  [1472] = {.lex_state = 44},
  [1473] = {.lex_state = 8},
  [1474] = {.lex_state = 14},
  [1475] = {.lex_state = 14},
  [1476] = {.lex_state = 14},
  [1477] = {.lex_state = 14},
  [1478] = {.lex_state = 8},
  [1479] = {.lex_state = 14},
  [1480] = {.lex_state = 14},
  [1481] = {.lex_state = 8},
  [1482] = {.lex_state = 14},
  [1483] = {.lex_state = 14},
  [1484] = {.lex_state = 8},
  [1485] = {.lex_state = 14},
  [1486] = {.lex_state = 8},
  [1487] = {.lex_state = 14},
  [1488] = {.lex_state = 14},
  [1489] = {.lex_state = 14},
  [1490] = {.lex_state = 14},
  [1491] = {.lex_state = 14},
  [1492] = {.lex_state = 8},
  [1493] = {.lex_state = 14},
  [1494] = {.lex_state = 14},
  [1495] = {.lex_state = 14},
  [1496] = {.lex_state = 14},
  [1497] = {.lex_state = 14},
  [1498] = {.lex_state = 14},
  [1499] = {.lex_state = 14},
  [1500] = {.lex_state = 14},
  [1501] = {.lex_state = 14},
  [1502] = {.lex_state = 14},
  [1503] = {.lex_state = 14},
  [1504] = {.lex_state = 14},
  [1505] = {.lex_state = 14},
  [1506] = {.lex_state = 8},
  [1507] = {.lex_state = 8},
  [1508] = {.lex_state = 14},
  [1509] = {.lex_state = 14},
  [1510] = {.lex_state = 14},
  [1511] = {.lex_state = 14},
  [1512] = {.lex_state = 14},
  [1513] = {.lex_state = 8},
  [1514] = {.lex_state = 14},
  [1515] = {.lex_state = 14},
  [1516] = {.lex_state = 8},
  [1517] = {.lex_state = 14},
  [1518] = {.lex_state = 14},
  [1519] = {.lex_state = 44},
  [1520] = {.lex_state = 44},
  [1521] = {.lex_state = 44},
  [1522] = {.lex_state = 44},
  [1523] = {.lex_state = 44},
  [1524] = {.lex_state = 44},
  [1525] = {.lex_state = 44},
  [1526] = {.lex_state = 14},
  [1527] = {.lex_state = 14},
  [1528] = {.lex_state = 14},
  [1529] = {.lex_state = 14},
  [1530] = {.lex_state = 14},
  [1531] = {.lex_state = 14},
  [1532] = {.lex_state = 14},
  [1533] = {.lex_state = 8},
};

static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
  [STATE(0)] = {
    [ts_builtin_sym_end] = ACTIONS(1),
    [sym_identifier] = ACTIONS(1),
    [anon_sym_OptionPublic] = ACTIONS(1),
    [anon_sym_OptionPrivate] = ACTIONS(1),
    [anon_sym_OptionDeclare] = ACTIONS(1),
    [anon_sym_OptionExplicit] = ACTIONS(1),
    [anon_sym_Class] = ACTIONS(1),
    [anon_sym_End] = ACTIONS(1),
    [anon_sym_Sub] = ACTIONS(1),
    [anon_sym_Function] = ACTIONS(1),
    [anon_sym_As] = ACTIONS(1),
    [anon_sym_LPAREN] = ACTIONS(1),
    [anon_sym_COMMA] = ACTIONS(1),
    [anon_sym_RPAREN] = ACTIONS(1),
    [anon_sym_If] = ACTIONS(1),
    [anon_sym_Then] = ACTIONS(1),
    [anon_sym_ElseIf] = ACTIONS(1),
    [anon_sym_Else] = ACTIONS(1),
    [anon_sym_For] = ACTIONS(1),
    [anon_sym_EQ] = ACTIONS(1),
    [anon_sym_To] = ACTIONS(1),
    [anon_sym_Step] = ACTIONS(1),
    [anon_sym_Next] = ACTIONS(1),
    [anon_sym_Do] = ACTIONS(1),
    [anon_sym_While] = ACTIONS(1),
    [anon_sym_Until] = ACTIONS(1),
    [anon_sym_Loop] = ACTIONS(1),
    [anon_sym_Wend] = ACTIONS(1),
    [anon_sym_Select] = ACTIONS(1),
    [anon_sym_Case] = ACTIONS(1),
    [anon_sym_Dim] = ACTIONS(1),
    [anon_sym_Set] = ACTIONS(1),
    [anon_sym_Let] = ACTIONS(1),
    [anon_sym_Call] = ACTIONS(1),
    [anon_sym_PLUS] = ACTIONS(1),
    [anon_sym_DASH] = ACTIONS(1),
    [anon_sym_STAR] = ACTIONS(1),
    [anon_sym_SLASH] = ACTIONS(1),
    [anon_sym_CARET] = ACTIONS(1),
    [anon_sym_Mod] = ACTIONS(1),
    [anon_sym_LT_GT] = ACTIONS(1),
    [anon_sym_LT] = ACTIONS(1),
    [anon_sym_GT] = ACTIONS(1),
    [anon_sym_LT_EQ] = ACTIONS(1),
    [anon_sym_GT_EQ] = ACTIONS(1),
    [anon_sym_And] = ACTIONS(1),
    [anon_sym_Or] = ACTIONS(1),
    [anon_sym_Not] = ACTIONS(1),
    [anon_sym_DOT] = ACTIONS(1),
    [sym_number] = ACTIONS(1),
    [sym_string] = ACTIONS(1),
    [anon_sym_True] = ACTIONS(1),
    [anon_sym_False] = ACTIONS(1),
    [sym_comment] = ACTIONS(3),
    [sym_keyword] = ACTIONS(1),
  },
  [STATE(1)] = {
    [sym_source_file] = STATE(1057),
    [sym_option_stmt] = STATE(2),
    [sym_class_decl] = STATE(2),
    [sym_sub_decl] = STATE(2),
    [sym_function_decl] = STATE(2),
    [sym_statement] = STATE(2),
    [sym_if_statement] = STATE(465),
    [sym_for_statement] = STATE(465),
    [sym_do_statement] = STATE(465),
    [sym_while_statement] = STATE(465),
    [sym_select_statement] = STATE(465),
    [sym_dim_statement] = STATE(465),
    [sym_set_statement] = STATE(465),
    [sym_let_statement] = STATE(465),
    [sym_call_statement] = STATE(465),
    [sym_keyword_stmt] = STATE(465),
    [sym_identifier_stmt] = STATE(465),
    [aux_sym_source_file_repeat1] = STATE(2),
    [ts_builtin_sym_end] = ACTIONS(5),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_OptionPublic] = ACTIONS(9),
    [anon_sym_OptionPrivate] = ACTIONS(9),
    [anon_sym_OptionDeclare] = ACTIONS(9),
    [anon_sym_OptionExplicit] = ACTIONS(9),
    [anon_sym_Class] = ACTIONS(11),
    [anon_sym_Sub] = ACTIONS(13),
    [anon_sym_Function] = ACTIONS(15),
    [anon_sym_If] = ACTIONS(17),
    [anon_sym_For] = ACTIONS(19),
    [anon_sym_Do] = ACTIONS(21),
    [anon_sym_While] = ACTIONS(23),
    [anon_sym_Select] = ACTIONS(25),
    [anon_sym_Dim] = ACTIONS(27),
    [anon_sym_Set] = ACTIONS(29),
    [anon_sym_Let] = ACTIONS(31),
    [anon_sym_Call] = ACTIONS(33),
    [sym_comment] = ACTIONS(35),
    [sym_keyword] = ACTIONS(37),
  },
};

static const uint16_t ts_small_parse_table[] = {
  [0] = 19,
    ACTIONS(7), 1,
      sym_identifier,
    ACTIONS(11), 1,
      anon_sym_Class,
    ACTIONS(13), 1,
      anon_sym_Sub,
    ACTIONS(15), 1,
      anon_sym_Function,
    ACTIONS(17), 1,
      anon_sym_If,
    ACTIONS(19), 1,
      anon_sym_For,
    ACTIONS(21), 1,
      anon_sym_Do,
    ACTIONS(23), 1,
      anon_sym_While,
    ACTIONS(25), 1,
      anon_sym_Select,
    ACTIONS(27), 1,
      anon_sym_Dim,
    ACTIONS(29), 1,
      anon_sym_Set,
    ACTIONS(31), 1,
      anon_sym_Let,
    ACTIONS(33), 1,
      anon_sym_Call,
    ACTIONS(35), 1,
      sym_comment,
    ACTIONS(37), 1,
      sym_keyword,
    ACTIONS(39), 1,
      ts_builtin_sym_end,
    ACTIONS(9), 4,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
    STATE(3), 6,
      sym_option_stmt,
      sym_class_decl,
      sym_sub_decl,
      sym_function_decl,
      sym_statement,
      aux_sym_source_file_repeat1,
    STATE(465), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [76] = 19,
    ACTIONS(41), 1,
      ts_builtin_sym_end,
    ACTIONS(43), 1,
      sym_identifier,
    ACTIONS(49), 1,
      anon_sym_Class,
    ACTIONS(52), 1,
      anon_sym_Sub,
    ACTIONS(55), 1,
      anon_sym_Function,
    ACTIONS(58), 1,
      anon_sym_If,
    ACTIONS(61), 1,
      anon_sym_For,
    ACTIONS(64), 1,
      anon_sym_Do,
    ACTIONS(67), 1,
      anon_sym_While,
    ACTIONS(70), 1,
      anon_sym_Select,
    ACTIONS(73), 1,
      anon_sym_Dim,
    ACTIONS(76), 1,
      anon_sym_Set,
    ACTIONS(79), 1,
      anon_sym_Let,
    ACTIONS(82), 1,
      anon_sym_Call,
    ACTIONS(85), 1,
      sym_comment,
    ACTIONS(88), 1,
      sym_keyword,
    ACTIONS(46), 4,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
    STATE(3), 6,
      sym_option_stmt,
      sym_class_decl,
      sym_sub_decl,
      sym_function_decl,
      sym_statement,
      aux_sym_source_file_repeat1,
    STATE(465), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [152] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(93), 1,
      anon_sym_End,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(97), 1,
      anon_sym_ElseIf,
    ACTIONS(99), 1,
      anon_sym_Else,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [215] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(121), 1,
      anon_sym_End,
    ACTIONS(123), 1,
      anon_sym_ElseIf,
    ACTIONS(125), 1,
      anon_sym_Else,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [278] = 15,
    ACTIONS(127), 1,
      sym_identifier,
    ACTIONS(132), 1,
      anon_sym_If,
    ACTIONS(135), 1,
      anon_sym_For,
    ACTIONS(138), 1,
      anon_sym_Do,
    ACTIONS(141), 1,
      anon_sym_While,
    ACTIONS(144), 1,
      anon_sym_Select,
    ACTIONS(147), 1,
      anon_sym_Dim,
    ACTIONS(150), 1,
      anon_sym_Set,
    ACTIONS(153), 1,
      anon_sym_Let,
    ACTIONS(156), 1,
      anon_sym_Call,
    ACTIONS(159), 1,
      sym_comment,
    ACTIONS(162), 1,
      sym_keyword,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    ACTIONS(130), 3,
      anon_sym_End,
      anon_sym_ElseIf,
      anon_sym_Else,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [337] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(165), 1,
      anon_sym_End,
    ACTIONS(167), 1,
      anon_sym_ElseIf,
    ACTIONS(169), 1,
      anon_sym_Else,
    STATE(8), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [400] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(171), 1,
      anon_sym_End,
    ACTIONS(173), 1,
      anon_sym_ElseIf,
    ACTIONS(175), 1,
      anon_sym_Else,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [463] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(177), 1,
      anon_sym_End,
    ACTIONS(179), 1,
      anon_sym_ElseIf,
    ACTIONS(181), 1,
      anon_sym_Else,
    STATE(10), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [526] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(183), 1,
      anon_sym_End,
    ACTIONS(185), 1,
      anon_sym_ElseIf,
    ACTIONS(187), 1,
      anon_sym_Else,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [589] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(189), 1,
      anon_sym_End,
    ACTIONS(191), 1,
      anon_sym_ElseIf,
    ACTIONS(193), 1,
      anon_sym_Else,
    STATE(13), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [652] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(195), 1,
      anon_sym_End,
    ACTIONS(197), 1,
      anon_sym_ElseIf,
    ACTIONS(199), 1,
      anon_sym_Else,
    STATE(4), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [715] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(201), 1,
      anon_sym_End,
    ACTIONS(203), 1,
      anon_sym_ElseIf,
    ACTIONS(205), 1,
      anon_sym_Else,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [778] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(207), 1,
      anon_sym_End,
    ACTIONS(209), 1,
      anon_sym_ElseIf,
    ACTIONS(211), 1,
      anon_sym_Else,
    STATE(15), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [841] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(213), 1,
      anon_sym_End,
    ACTIONS(215), 1,
      anon_sym_ElseIf,
    ACTIONS(217), 1,
      anon_sym_Else,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [904] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(219), 1,
      anon_sym_End,
    ACTIONS(221), 1,
      anon_sym_ElseIf,
    ACTIONS(223), 1,
      anon_sym_Else,
    STATE(17), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [967] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(225), 1,
      anon_sym_End,
    ACTIONS(227), 1,
      anon_sym_ElseIf,
    ACTIONS(229), 1,
      anon_sym_Else,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1030] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(231), 1,
      anon_sym_End,
    ACTIONS(233), 1,
      anon_sym_ElseIf,
    ACTIONS(235), 1,
      anon_sym_Else,
    STATE(19), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1093] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(237), 1,
      anon_sym_End,
    ACTIONS(239), 1,
      anon_sym_ElseIf,
    ACTIONS(241), 1,
      anon_sym_Else,
    STATE(6), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1156] = 17,
    ACTIONS(91), 1,
      sym_identifier,
    ACTIONS(95), 1,
      anon_sym_If,
    ACTIONS(101), 1,
      anon_sym_For,
    ACTIONS(103), 1,
      anon_sym_Do,
    ACTIONS(105), 1,
      anon_sym_While,
    ACTIONS(107), 1,
      anon_sym_Select,
    ACTIONS(109), 1,
      anon_sym_Dim,
    ACTIONS(111), 1,
      anon_sym_Set,
    ACTIONS(113), 1,
      anon_sym_Let,
    ACTIONS(115), 1,
      anon_sym_Call,
    ACTIONS(117), 1,
      sym_comment,
    ACTIONS(119), 1,
      sym_keyword,
    ACTIONS(243), 1,
      anon_sym_End,
    ACTIONS(245), 1,
      anon_sym_ElseIf,
    ACTIONS(247), 1,
      anon_sym_Else,
    STATE(5), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(658), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1219] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(251), 1,
      anon_sym_End,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(255), 1,
      anon_sym_Else,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    STATE(29), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1279] = 15,
    ACTIONS(277), 1,
      sym_identifier,
    ACTIONS(280), 1,
      anon_sym_If,
    ACTIONS(283), 1,
      anon_sym_For,
    ACTIONS(286), 1,
      anon_sym_Do,
    ACTIONS(289), 1,
      anon_sym_While,
    ACTIONS(292), 1,
      anon_sym_Select,
    ACTIONS(295), 1,
      anon_sym_Dim,
    ACTIONS(298), 1,
      anon_sym_Set,
    ACTIONS(301), 1,
      anon_sym_Let,
    ACTIONS(304), 1,
      anon_sym_Call,
    ACTIONS(307), 1,
      sym_comment,
    ACTIONS(310), 1,
      sym_keyword,
    ACTIONS(130), 2,
      anon_sym_End,
      anon_sym_Case,
    STATE(22), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(686), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1337] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(313), 1,
      anon_sym_End,
    ACTIONS(315), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1397] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(313), 1,
      anon_sym_End,
    ACTIONS(315), 1,
      anon_sym_Else,
    STATE(25), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1457] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(317), 1,
      anon_sym_End,
    ACTIONS(319), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1517] = 15,
    ACTIONS(321), 1,
      sym_identifier,
    ACTIONS(324), 1,
      anon_sym_If,
    ACTIONS(327), 1,
      anon_sym_For,
    ACTIONS(330), 1,
      anon_sym_Do,
    ACTIONS(333), 1,
      anon_sym_While,
    ACTIONS(336), 1,
      anon_sym_Select,
    ACTIONS(339), 1,
      anon_sym_Dim,
    ACTIONS(342), 1,
      anon_sym_Set,
    ACTIONS(345), 1,
      anon_sym_Let,
    ACTIONS(348), 1,
      anon_sym_Call,
    ACTIONS(351), 1,
      sym_comment,
    ACTIONS(354), 1,
      sym_keyword,
    ACTIONS(130), 2,
      anon_sym_End,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1575] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(357), 1,
      anon_sym_End,
    ACTIONS(359), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1635] = 15,
    ACTIONS(361), 1,
      sym_identifier,
    ACTIONS(365), 1,
      anon_sym_If,
    ACTIONS(367), 1,
      anon_sym_For,
    ACTIONS(369), 1,
      anon_sym_Do,
    ACTIONS(371), 1,
      anon_sym_While,
    ACTIONS(373), 1,
      anon_sym_Select,
    ACTIONS(375), 1,
      anon_sym_Dim,
    ACTIONS(377), 1,
      anon_sym_Set,
    ACTIONS(379), 1,
      anon_sym_Let,
    ACTIONS(381), 1,
      anon_sym_Call,
    ACTIONS(383), 1,
      sym_comment,
    ACTIONS(385), 1,
      sym_keyword,
    ACTIONS(363), 2,
      anon_sym_End,
      anon_sym_Case,
    STATE(50), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(686), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1693] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(387), 1,
      anon_sym_End,
    ACTIONS(389), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1753] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(387), 1,
      anon_sym_End,
    ACTIONS(389), 1,
      anon_sym_Else,
    STATE(31), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1813] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(391), 1,
      anon_sym_End,
    ACTIONS(393), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1873] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(357), 1,
      anon_sym_End,
    ACTIONS(359), 1,
      anon_sym_Else,
    STATE(45), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1933] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(395), 1,
      anon_sym_End,
    ACTIONS(397), 1,
      anon_sym_Else,
    STATE(38), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [1993] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(399), 1,
      anon_sym_End,
    ACTIONS(401), 1,
      anon_sym_Else,
    STATE(35), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2053] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(403), 1,
      anon_sym_End,
    ACTIONS(405), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2113] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(403), 1,
      anon_sym_End,
    ACTIONS(405), 1,
      anon_sym_Else,
    STATE(56), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2173] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(407), 1,
      anon_sym_End,
    ACTIONS(409), 1,
      anon_sym_Else,
    STATE(27), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2233] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(411), 1,
      anon_sym_End,
    ACTIONS(413), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2293] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(411), 1,
      anon_sym_End,
    ACTIONS(413), 1,
      anon_sym_Else,
    STATE(44), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2353] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(415), 1,
      anon_sym_End,
    ACTIONS(417), 1,
      anon_sym_Else,
    STATE(41), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2413] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(419), 1,
      anon_sym_End,
    ACTIONS(421), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2473] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(419), 1,
      anon_sym_End,
    ACTIONS(421), 1,
      anon_sym_Else,
    STATE(43), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2533] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(423), 1,
      anon_sym_End,
    ACTIONS(425), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2593] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(427), 1,
      anon_sym_End,
    ACTIONS(429), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2653] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(431), 1,
      anon_sym_End,
    ACTIONS(433), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2713] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(435), 1,
      anon_sym_End,
    ACTIONS(437), 1,
      anon_sym_Else,
    STATE(47), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2773] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(439), 1,
      anon_sym_End,
    ACTIONS(441), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2833] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(439), 1,
      anon_sym_End,
    ACTIONS(441), 1,
      anon_sym_Else,
    STATE(49), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2893] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(443), 1,
      anon_sym_End,
    ACTIONS(445), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [2953] = 15,
    ACTIONS(361), 1,
      sym_identifier,
    ACTIONS(365), 1,
      anon_sym_If,
    ACTIONS(367), 1,
      anon_sym_For,
    ACTIONS(369), 1,
      anon_sym_Do,
    ACTIONS(371), 1,
      anon_sym_While,
    ACTIONS(373), 1,
      anon_sym_Select,
    ACTIONS(375), 1,
      anon_sym_Dim,
    ACTIONS(377), 1,
      anon_sym_Set,
    ACTIONS(379), 1,
      anon_sym_Let,
    ACTIONS(381), 1,
      anon_sym_Call,
    ACTIONS(383), 1,
      sym_comment,
    ACTIONS(385), 1,
      sym_keyword,
    ACTIONS(447), 2,
      anon_sym_End,
      anon_sym_Case,
    STATE(22), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(686), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3011] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(449), 1,
      anon_sym_End,
    ACTIONS(451), 1,
      anon_sym_Else,
    STATE(23), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3071] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(453), 1,
      anon_sym_End,
    ACTIONS(455), 1,
      anon_sym_Else,
    STATE(53), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3131] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(457), 1,
      anon_sym_End,
    ACTIONS(459), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3191] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(457), 1,
      anon_sym_End,
    ACTIONS(459), 1,
      anon_sym_Else,
    STATE(55), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3251] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(461), 1,
      anon_sym_End,
    ACTIONS(463), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3311] = 16,
    ACTIONS(249), 1,
      sym_identifier,
    ACTIONS(253), 1,
      anon_sym_If,
    ACTIONS(257), 1,
      anon_sym_For,
    ACTIONS(259), 1,
      anon_sym_Do,
    ACTIONS(261), 1,
      anon_sym_While,
    ACTIONS(263), 1,
      anon_sym_Select,
    ACTIONS(265), 1,
      anon_sym_Dim,
    ACTIONS(267), 1,
      anon_sym_Set,
    ACTIONS(269), 1,
      anon_sym_Let,
    ACTIONS(271), 1,
      anon_sym_Call,
    ACTIONS(273), 1,
      sym_comment,
    ACTIONS(275), 1,
      sym_keyword,
    ACTIONS(465), 1,
      anon_sym_End,
    ACTIONS(467), 1,
      anon_sym_Else,
    STATE(26), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(734), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3371] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(471), 1,
      anon_sym_End,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3428] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(495), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3485] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(497), 1,
      anon_sym_End,
    STATE(153), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3542] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(505), 1,
      anon_sym_Next,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    STATE(64), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3599] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(525), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3656] = 15,
    ACTIONS(431), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(65), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3713] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(527), 1,
      anon_sym_End,
    STATE(154), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3770] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(529), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3827] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(531), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3884] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(531), 1,
      anon_sym_End,
    STATE(67), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3941] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(533), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [3998] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(533), 1,
      anon_sym_End,
    STATE(69), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4055] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(535), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4112] = 15,
    ACTIONS(130), 1,
      anon_sym_End,
    ACTIONS(537), 1,
      sym_identifier,
    ACTIONS(540), 1,
      anon_sym_If,
    ACTIONS(543), 1,
      anon_sym_For,
    ACTIONS(546), 1,
      anon_sym_Do,
    ACTIONS(549), 1,
      anon_sym_While,
    ACTIONS(552), 1,
      anon_sym_Select,
    ACTIONS(555), 1,
      anon_sym_Dim,
    ACTIONS(558), 1,
      anon_sym_Set,
    ACTIONS(561), 1,
      anon_sym_Let,
    ACTIONS(564), 1,
      anon_sym_Call,
    ACTIONS(567), 1,
      sym_comment,
    ACTIONS(570), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4169] = 15,
    ACTIONS(130), 1,
      anon_sym_Wend,
    ACTIONS(573), 1,
      sym_identifier,
    ACTIONS(576), 1,
      anon_sym_If,
    ACTIONS(579), 1,
      anon_sym_For,
    ACTIONS(582), 1,
      anon_sym_Do,
    ACTIONS(585), 1,
      anon_sym_While,
    ACTIONS(588), 1,
      anon_sym_Select,
    ACTIONS(591), 1,
      anon_sym_Dim,
    ACTIONS(594), 1,
      anon_sym_Set,
    ACTIONS(597), 1,
      anon_sym_Let,
    ACTIONS(600), 1,
      anon_sym_Call,
    ACTIONS(603), 1,
      sym_comment,
    ACTIONS(606), 1,
      sym_keyword,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4226] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(609), 1,
      anon_sym_End,
    STATE(163), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4283] = 15,
    ACTIONS(130), 1,
      anon_sym_Next,
    ACTIONS(611), 1,
      sym_identifier,
    ACTIONS(614), 1,
      anon_sym_If,
    ACTIONS(617), 1,
      anon_sym_For,
    ACTIONS(620), 1,
      anon_sym_Do,
    ACTIONS(623), 1,
      anon_sym_While,
    ACTIONS(626), 1,
      anon_sym_Select,
    ACTIONS(629), 1,
      anon_sym_Dim,
    ACTIONS(632), 1,
      anon_sym_Set,
    ACTIONS(635), 1,
      anon_sym_Let,
    ACTIONS(638), 1,
      anon_sym_Call,
    ACTIONS(641), 1,
      sym_comment,
    ACTIONS(644), 1,
      sym_keyword,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4340] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(657), 1,
      anon_sym_Loop,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    STATE(75), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4397] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(673), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4454] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(685), 1,
      anon_sym_Wend,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    STATE(78), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4511] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(701), 1,
      anon_sym_Loop,
    STATE(79), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4568] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(703), 1,
      anon_sym_Wend,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4625] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(705), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4682] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(707), 1,
      anon_sym_Next,
    STATE(81), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4739] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(709), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4796] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(711), 1,
      anon_sym_Next,
    STATE(83), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4853] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(713), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4910] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(715), 1,
      anon_sym_Loop,
    STATE(85), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [4967] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(717), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5024] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(719), 1,
      anon_sym_Wend,
    STATE(88), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5081] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(721), 1,
      anon_sym_Loop,
    STATE(89), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5138] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(723), 1,
      anon_sym_Wend,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5195] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(725), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5252] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(727), 1,
      anon_sym_Next,
    STATE(91), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5309] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(729), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5366] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(731), 1,
      anon_sym_Next,
    STATE(93), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5423] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(733), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5480] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(735), 1,
      anon_sym_Loop,
    STATE(95), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5537] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(737), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5594] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(739), 1,
      anon_sym_Wend,
    STATE(98), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5651] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(741), 1,
      anon_sym_Loop,
    STATE(99), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5708] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(743), 1,
      anon_sym_Wend,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5765] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(745), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5822] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(747), 1,
      anon_sym_Next,
    STATE(101), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5879] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(749), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5936] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(751), 1,
      anon_sym_Next,
    STATE(103), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [5993] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(753), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6050] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(755), 1,
      anon_sym_Loop,
    STATE(105), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6107] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(757), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6164] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(759), 1,
      anon_sym_Wend,
    STATE(108), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6221] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(761), 1,
      anon_sym_Loop,
    STATE(109), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6278] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(763), 1,
      anon_sym_Wend,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6335] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(765), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6392] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(767), 1,
      anon_sym_Next,
    STATE(111), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6449] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(769), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6506] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(771), 1,
      anon_sym_Next,
    STATE(113), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6563] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(773), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6620] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(775), 1,
      anon_sym_Loop,
    STATE(115), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6677] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(777), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6734] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(779), 1,
      anon_sym_Wend,
    STATE(118), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6791] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(781), 1,
      anon_sym_Loop,
    STATE(119), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6848] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(783), 1,
      anon_sym_Wend,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6905] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(785), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [6962] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(787), 1,
      anon_sym_Next,
    STATE(121), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7019] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(789), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7076] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(791), 1,
      anon_sym_Next,
    STATE(123), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7133] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(793), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7190] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(795), 1,
      anon_sym_Loop,
    STATE(125), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7247] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(797), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7304] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(799), 1,
      anon_sym_Wend,
    STATE(128), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7361] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(801), 1,
      anon_sym_Loop,
    STATE(129), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7418] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(803), 1,
      anon_sym_Wend,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7475] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(805), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7532] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(807), 1,
      anon_sym_Next,
    STATE(131), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7589] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(809), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7646] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(811), 1,
      anon_sym_Next,
    STATE(133), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7703] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(813), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7760] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(815), 1,
      anon_sym_Loop,
    STATE(135), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7817] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(817), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7874] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(819), 1,
      anon_sym_Wend,
    STATE(138), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7931] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(821), 1,
      anon_sym_Loop,
    STATE(139), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [7988] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(823), 1,
      anon_sym_Wend,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8045] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(825), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8102] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(827), 1,
      anon_sym_Next,
    STATE(141), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8159] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(829), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8216] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(831), 1,
      anon_sym_Next,
    STATE(143), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8273] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(833), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8330] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(835), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8387] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(837), 1,
      anon_sym_End,
    STATE(146), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8444] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(839), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8501] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(839), 1,
      anon_sym_End,
    STATE(150), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8558] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(841), 1,
      anon_sym_End,
    STATE(151), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8615] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(843), 1,
      anon_sym_Wend,
    STATE(189), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8672] = 15,
    ACTIONS(395), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8729] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(845), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8786] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(845), 1,
      anon_sym_End,
    STATE(155), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8843] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(847), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8900] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(849), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [8957] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(851), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9014] = 15,
    ACTIONS(427), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(158), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9071] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(853), 1,
      anon_sym_End,
    STATE(195), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9128] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(855), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9185] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(855), 1,
      anon_sym_End,
    STATE(160), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9242] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(857), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9299] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(857), 1,
      anon_sym_End,
    STATE(162), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9356] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(859), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9413] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(861), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9470] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(863), 1,
      anon_sym_End,
    STATE(201), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9527] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(865), 1,
      anon_sym_End,
    STATE(166), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9584] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(867), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9641] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(867), 1,
      anon_sym_End,
    STATE(169), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9698] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(869), 1,
      anon_sym_End,
    STATE(57), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9755] = 15,
    ACTIONS(449), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9812] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(471), 1,
      anon_sym_End,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(171), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9869] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(871), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9926] = 15,
    ACTIONS(317), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(173), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [9983] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(873), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10040] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(873), 1,
      anon_sym_End,
    STATE(175), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10097] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(875), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10154] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(875), 1,
      anon_sym_End,
    STATE(177), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10211] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(877), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10268] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(879), 1,
      anon_sym_End,
    STATE(61), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10325] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(881), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10382] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(881), 1,
      anon_sym_End,
    STATE(182), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10439] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(883), 1,
      anon_sym_End,
    STATE(183), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10496] = 15,
    ACTIONS(251), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10553] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(885), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10610] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(885), 1,
      anon_sym_End,
    STATE(187), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10667] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(887), 1,
      anon_sym_Loop,
    STATE(212), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10724] = 15,
    ACTIONS(130), 1,
      anon_sym_Loop,
    ACTIONS(889), 1,
      sym_identifier,
    ACTIONS(892), 1,
      anon_sym_If,
    ACTIONS(895), 1,
      anon_sym_For,
    ACTIONS(898), 1,
      anon_sym_Do,
    ACTIONS(901), 1,
      anon_sym_While,
    ACTIONS(904), 1,
      anon_sym_Select,
    ACTIONS(907), 1,
      anon_sym_Dim,
    ACTIONS(910), 1,
      anon_sym_Set,
    ACTIONS(913), 1,
      anon_sym_Let,
    ACTIONS(916), 1,
      anon_sym_Call,
    ACTIONS(919), 1,
      sym_comment,
    ACTIONS(922), 1,
      sym_keyword,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10781] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(925), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10838] = 15,
    ACTIONS(391), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(190), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10895] = 15,
    ACTIONS(675), 1,
      sym_identifier,
    ACTIONS(677), 1,
      anon_sym_If,
    ACTIONS(679), 1,
      anon_sym_For,
    ACTIONS(681), 1,
      anon_sym_Do,
    ACTIONS(683), 1,
      anon_sym_While,
    ACTIONS(687), 1,
      anon_sym_Select,
    ACTIONS(689), 1,
      anon_sym_Dim,
    ACTIONS(691), 1,
      anon_sym_Set,
    ACTIONS(693), 1,
      anon_sym_Let,
    ACTIONS(695), 1,
      anon_sym_Call,
    ACTIONS(697), 1,
      sym_comment,
    ACTIONS(699), 1,
      sym_keyword,
    ACTIONS(927), 1,
      anon_sym_Wend,
    STATE(71), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(775), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [10952] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(929), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11009] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(929), 1,
      anon_sym_End,
    STATE(192), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11066] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(931), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11123] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(931), 1,
      anon_sym_End,
    STATE(194), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11180] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(933), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11237] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(935), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11294] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(937), 1,
      anon_sym_End,
    STATE(217), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11351] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(939), 1,
      anon_sym_End,
    STATE(198), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11408] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(941), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11465] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(941), 1,
      anon_sym_End,
    STATE(202), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11522] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(943), 1,
      anon_sym_End,
    STATE(203), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11579] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(945), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11636] = 15,
    ACTIONS(399), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11693] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(947), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11750] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(947), 1,
      anon_sym_End,
    STATE(205), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11807] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(949), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11864] = 15,
    ACTIONS(465), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(207), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11921] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(951), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [11978] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(951), 1,
      anon_sym_End,
    STATE(209), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12035] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(953), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12092] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(953), 1,
      anon_sym_End,
    STATE(211), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12149] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(955), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12206] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(957), 1,
      anon_sym_Loop,
    STATE(186), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12263] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(959), 1,
      anon_sym_End,
    STATE(214), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12320] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(961), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12377] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(961), 1,
      anon_sym_End,
    STATE(218), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12434] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(963), 1,
      anon_sym_End,
    STATE(219), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12491] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(965), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12548] = 15,
    ACTIONS(415), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12605] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(967), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12662] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(967), 1,
      anon_sym_End,
    STATE(222), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12719] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(969), 1,
      anon_sym_End,
    STATE(230), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12776] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(971), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12833] = 15,
    ACTIONS(423), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(225), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12890] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(973), 1,
      anon_sym_End,
    STATE(235), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [12947] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(975), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13004] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(975), 1,
      anon_sym_End,
    STATE(227), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13061] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(977), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13118] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(977), 1,
      anon_sym_End,
    STATE(229), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13175] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(979), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13232] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(981), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13289] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(983), 1,
      anon_sym_End,
    STATE(232), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13346] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(985), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13403] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(985), 1,
      anon_sym_End,
    STATE(236), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13460] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(987), 1,
      anon_sym_End,
    STATE(237), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13517] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(989), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13574] = 15,
    ACTIONS(435), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13631] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(991), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13688] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(991), 1,
      anon_sym_End,
    STATE(241), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13745] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(989), 1,
      anon_sym_End,
    STATE(253), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13802] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(993), 1,
      anon_sym_Next,
    STATE(257), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13859] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(995), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13916] = 15,
    ACTIONS(443), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(244), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [13973] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(997), 1,
      anon_sym_End,
    STATE(258), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14030] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(999), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14087] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(999), 1,
      anon_sym_End,
    STATE(246), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14144] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1001), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14201] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1001), 1,
      anon_sym_End,
    STATE(248), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14258] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1003), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14315] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1005), 1,
      anon_sym_End,
    STATE(250), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14372] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1007), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14429] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1007), 1,
      anon_sym_End,
    STATE(254), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14486] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1009), 1,
      anon_sym_End,
    STATE(255), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14543] = 15,
    ACTIONS(407), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14600] = 15,
    ACTIONS(453), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14657] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1011), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14714] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1011), 1,
      anon_sym_End,
    STATE(259), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14771] = 15,
    ACTIONS(499), 1,
      sym_identifier,
    ACTIONS(501), 1,
      anon_sym_If,
    ACTIONS(503), 1,
      anon_sym_For,
    ACTIONS(507), 1,
      anon_sym_Do,
    ACTIONS(509), 1,
      anon_sym_While,
    ACTIONS(511), 1,
      anon_sym_Select,
    ACTIONS(513), 1,
      anon_sym_Dim,
    ACTIONS(515), 1,
      anon_sym_Set,
    ACTIONS(517), 1,
      anon_sym_Let,
    ACTIONS(519), 1,
      anon_sym_Call,
    ACTIONS(521), 1,
      sym_comment,
    ACTIONS(523), 1,
      sym_keyword,
    ACTIONS(1013), 1,
      anon_sym_Next,
    STATE(73), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(787), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14828] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(879), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14885] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1015), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14942] = 15,
    ACTIONS(461), 1,
      anon_sym_End,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    STATE(262), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [14999] = 15,
    ACTIONS(647), 1,
      sym_identifier,
    ACTIONS(649), 1,
      anon_sym_If,
    ACTIONS(651), 1,
      anon_sym_For,
    ACTIONS(653), 1,
      anon_sym_Do,
    ACTIONS(655), 1,
      anon_sym_While,
    ACTIONS(659), 1,
      anon_sym_Select,
    ACTIONS(661), 1,
      anon_sym_Dim,
    ACTIONS(663), 1,
      anon_sym_Set,
    ACTIONS(665), 1,
      anon_sym_Let,
    ACTIONS(667), 1,
      anon_sym_Call,
    ACTIONS(669), 1,
      sym_comment,
    ACTIONS(671), 1,
      sym_keyword,
    ACTIONS(1017), 1,
      anon_sym_Loop,
    STATE(144), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(848), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [15056] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1019), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [15113] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1019), 1,
      anon_sym_End,
    STATE(264), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [15170] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1021), 1,
      anon_sym_End,
    STATE(70), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [15227] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1021), 1,
      anon_sym_End,
    STATE(58), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [15284] = 15,
    ACTIONS(469), 1,
      sym_identifier,
    ACTIONS(473), 1,
      anon_sym_If,
    ACTIONS(475), 1,
      anon_sym_For,
    ACTIONS(477), 1,
      anon_sym_Do,
    ACTIONS(479), 1,
      anon_sym_While,
    ACTIONS(481), 1,
      anon_sym_Select,
    ACTIONS(483), 1,
      anon_sym_Dim,
    ACTIONS(485), 1,
      anon_sym_Set,
    ACTIONS(487), 1,
      anon_sym_Let,
    ACTIONS(489), 1,
      anon_sym_Call,
    ACTIONS(491), 1,
      sym_comment,
    ACTIONS(493), 1,
      sym_keyword,
    ACTIONS(1023), 1,
      anon_sym_End,
    STATE(179), 2,
      sym_statement,
      aux_sym_class_decl_repeat1,
    STATE(881), 11,
      sym_if_statement,
      sym_for_statement,
      sym_do_statement,
      sym_while_statement,
      sym_select_statement,
      sym_dim_statement,
      sym_set_statement,
      sym_let_statement,
      sym_call_statement,
      sym_keyword_stmt,
      sym_identifier_stmt,
  [15341] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1025), 1,
      anon_sym_LPAREN,
    ACTIONS(1030), 1,
      anon_sym_BSLASH,
    STATE(287), 1,
      sym_argument_list,
    ACTIONS(1027), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [15376] = 14,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1033), 1,
      sym_identifier,
    ACTIONS(1036), 1,
      anon_sym_LPAREN,
    ACTIONS(1039), 1,
      anon_sym_RPAREN,
    ACTIONS(1044), 1,
      anon_sym_Not,
    ACTIONS(1047), 1,
      sym_number,
    ACTIONS(1050), 1,
      sym_string,
    STATE(268), 1,
      aux_sym_argument_list_repeat1,
    STATE(520), 1,
      sym_expression,
    ACTIONS(1041), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1053), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15428] = 14,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1060), 1,
      anon_sym_RPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(270), 1,
      aux_sym_argument_list_repeat1,
    STATE(469), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15480] = 14,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    ACTIONS(1072), 1,
      anon_sym_RPAREN,
    STATE(268), 1,
      aux_sym_argument_list_repeat1,
    STATE(444), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15532] = 14,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    ACTIONS(1074), 1,
      anon_sym_RPAREN,
    STATE(272), 1,
      aux_sym_argument_list_repeat1,
    STATE(438), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15584] = 14,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    ACTIONS(1076), 1,
      anon_sym_RPAREN,
    STATE(268), 1,
      aux_sym_argument_list_repeat1,
    STATE(439), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15636] = 14,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    ACTIONS(1078), 1,
      anon_sym_RPAREN,
    STATE(274), 1,
      aux_sym_argument_list_repeat1,
    STATE(440), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15688] = 14,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    ACTIONS(1080), 1,
      anon_sym_RPAREN,
    STATE(268), 1,
      aux_sym_argument_list_repeat1,
    STATE(441), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15740] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1086), 1,
      anon_sym_Else,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15789] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1100), 1,
      anon_sym_BSLASH,
    ACTIONS(1098), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [15818] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1104), 1,
      anon_sym_BSLASH,
    ACTIONS(1102), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [15847] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1108), 1,
      anon_sym_BSLASH,
    ACTIONS(1106), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [15876] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1110), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [15925] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1114), 1,
      anon_sym_BSLASH,
    ACTIONS(1112), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [15954] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1118), 1,
      anon_sym_BSLASH,
    ACTIONS(1116), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [15983] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1122), 1,
      anon_sym_BSLASH,
    ACTIONS(1120), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [16012] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1126), 1,
      anon_sym_BSLASH,
    ACTIONS(1124), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [16041] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1130), 1,
      anon_sym_BSLASH,
    ACTIONS(1128), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [16070] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1140), 1,
      anon_sym_BSLASH,
    ACTIONS(1146), 1,
      anon_sym_DOT,
    ACTIONS(1143), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1132), 4,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_To,
    ACTIONS(1134), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1137), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [16107] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1151), 1,
      anon_sym_BSLASH,
    ACTIONS(1149), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [16136] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1155), 1,
      anon_sym_BSLASH,
    ACTIONS(1153), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [16165] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1159), 1,
      anon_sym_BSLASH,
    ACTIONS(1157), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [16194] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1163), 1,
      anon_sym_BSLASH,
    ACTIONS(1161), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [16223] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1165), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16272] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1167), 1,
      anon_sym_LPAREN,
    STATE(504), 1,
      sym_argument_list,
    ACTIONS(1027), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [16303] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1169), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16352] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1171), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16401] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1173), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16450] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1177), 1,
      anon_sym_BSLASH,
    ACTIONS(1175), 20,
      anon_sym_COMMA,
      anon_sym_RPAREN,
      anon_sym_Then,
      anon_sym_EQ,
      anon_sym_To,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
  [16479] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1179), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16528] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1181), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16577] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1183), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16626] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1185), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16675] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1187), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16724] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1189), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16773] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1191), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16822] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1193), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16871] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1195), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16920] = 13,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    ACTIONS(1197), 1,
      anon_sym_Else,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [16969] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(619), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17015] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(521), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17061] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(503), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17107] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(553), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17153] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(454), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17199] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(554), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17245] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(524), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17291] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(522), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17337] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(527), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17383] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(528), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17429] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(529), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17475] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(530), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17521] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(531), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17567] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(532), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17613] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(538), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17659] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(539), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17705] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(597), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17751] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(541), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17797] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(542), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17843] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(543), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17889] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(544), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17935] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(525), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [17981] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(526), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18027] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(545), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18073] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(548), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18119] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(549), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18165] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(550), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18211] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(551), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18257] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(552), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18303] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(556), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18349] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(557), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18395] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(558), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18441] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(584), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18487] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(559), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18533] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(560), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18579] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(535), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18625] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(561), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18671] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(537), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18717] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(563), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18763] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(564), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18809] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(565), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18855] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(523), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18901] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(568), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18947] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(569), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [18993] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(633), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19039] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(570), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19085] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(571), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19131] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(573), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19177] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(534), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19223] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(574), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19269] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(575), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19315] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(562), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19361] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(576), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19407] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(284), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19453] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(577), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19499] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(580), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19545] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(277), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19591] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(581), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19637] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(536), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19683] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(582), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19729] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(583), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19775] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(585), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19821] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(278), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19867] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(540), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19913] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(533), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [19959] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(285), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20005] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(507), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20051] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(508), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20097] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(509), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20143] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(546), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20189] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(547), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20235] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(485), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20281] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(519), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20327] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(566), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20373] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(567), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20419] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(500), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20465] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(572), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20511] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(578), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20557] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(579), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20603] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(511), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20649] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(586), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20695] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(518), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20741] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(587), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20787] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(514), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20833] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(588), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20879] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(589), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20925] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(590), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [20971] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(515), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21017] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(591), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21063] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(592), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21109] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(593), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21155] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(516), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21201] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(594), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21247] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(595), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21293] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(596), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21339] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(481), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21385] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(598), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21431] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(599), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21477] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(600), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21523] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(601), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21569] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(602), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21615] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(603), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21661] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(604), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21707] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(605), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21753] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(606), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21799] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(607), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21845] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(608), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21891] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(609), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21937] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(610), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [21983] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(611), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22029] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(612), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22075] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(613), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22121] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(614), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22167] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(615), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22213] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(616), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22259] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(617), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22305] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(618), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22351] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(620), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22397] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(621), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22443] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(622), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22489] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(623), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22535] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(624), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22581] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(625), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22627] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(626), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22673] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(627), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22719] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(628), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22765] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(629), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22811] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(630), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22857] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(631), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22903] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1056), 1,
      sym_identifier,
    ACTIONS(1058), 1,
      anon_sym_LPAREN,
    ACTIONS(1064), 1,
      anon_sym_Not,
    ACTIONS(1066), 1,
      sym_number,
    ACTIONS(1068), 1,
      sym_string,
    STATE(632), 1,
      sym_expression,
    ACTIONS(1062), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1070), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(295), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(283), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(282), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22949] = 12,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1082), 1,
      sym_identifier,
    ACTIONS(1084), 1,
      anon_sym_LPAREN,
    ACTIONS(1090), 1,
      anon_sym_Not,
    ACTIONS(1092), 1,
      sym_number,
    ACTIONS(1094), 1,
      sym_string,
    STATE(555), 1,
      sym_expression,
    ACTIONS(1088), 2,
      anon_sym_PLUS,
      anon_sym_DASH,
    ACTIONS(1096), 2,
      anon_sym_True,
      anon_sym_False,
    STATE(498), 2,
      sym_parenthesized_expression,
      sym_boolean,
    STATE(502), 3,
      sym_arithmetic_expression,
      sym_comparison_expression,
      sym_logical_expression,
    STATE(501), 5,
      sym_primary_expression,
      sym_binary_expression,
      sym_unary_expression,
      sym_function_call,
      sym_member_expression,
  [22995] = 2,
    ACTIONS(1199), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1201), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23020] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1203), 1,
      anon_sym_COMMA,
    ACTIONS(1205), 1,
      anon_sym_RPAREN,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [23057] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1203), 1,
      anon_sym_COMMA,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1217), 1,
      anon_sym_RPAREN,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [23094] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1203), 1,
      anon_sym_COMMA,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1219), 1,
      anon_sym_RPAREN,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [23131] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1203), 1,
      anon_sym_COMMA,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1221), 1,
      anon_sym_RPAREN,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [23168] = 2,
    ACTIONS(1223), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1225), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23193] = 2,
    ACTIONS(1227), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1229), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23218] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1203), 1,
      anon_sym_COMMA,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1231), 1,
      anon_sym_RPAREN,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [23255] = 2,
    ACTIONS(1233), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1235), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23280] = 2,
    ACTIONS(1237), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1239), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23305] = 2,
    ACTIONS(1241), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1243), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23330] = 2,
    ACTIONS(1245), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1247), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23355] = 2,
    ACTIONS(1249), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1251), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23380] = 2,
    ACTIONS(1253), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1255), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23405] = 2,
    ACTIONS(1257), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1259), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23430] = 2,
    ACTIONS(1261), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1263), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23455] = 2,
    ACTIONS(1265), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1267), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23480] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1271), 1,
      anon_sym_Step,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1279), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [23515] = 2,
    ACTIONS(1281), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1283), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23540] = 2,
    ACTIONS(1285), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1287), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23565] = 2,
    ACTIONS(1289), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1291), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23590] = 2,
    ACTIONS(1293), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1295), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23615] = 2,
    ACTIONS(1297), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1299), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23640] = 2,
    ACTIONS(1301), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1303), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23665] = 2,
    ACTIONS(1305), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1307), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23690] = 2,
    ACTIONS(1309), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1311), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23715] = 2,
    ACTIONS(1313), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1315), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23740] = 2,
    ACTIONS(1317), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1319), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23765] = 2,
    ACTIONS(1321), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1323), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23790] = 2,
    ACTIONS(1325), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1327), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23815] = 2,
    ACTIONS(1329), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1331), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23840] = 2,
    ACTIONS(1333), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1335), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23865] = 8,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1203), 1,
      anon_sym_COMMA,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1337), 1,
      anon_sym_RPAREN,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [23902] = 2,
    ACTIONS(1339), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1341), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23927] = 2,
    ACTIONS(1343), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1345), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23952] = 2,
    ACTIONS(1347), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1349), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [23977] = 2,
    ACTIONS(1351), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1353), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24002] = 2,
    ACTIONS(1355), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1357), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24027] = 2,
    ACTIONS(1359), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1361), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24052] = 2,
    ACTIONS(1363), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1365), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24077] = 2,
    ACTIONS(1367), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1369), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24102] = 2,
    ACTIONS(1371), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1373), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24127] = 2,
    ACTIONS(1375), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1377), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24152] = 2,
    ACTIONS(1379), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1381), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24177] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1383), 1,
      anon_sym_Step,
    ACTIONS(1385), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [24212] = 2,
    ACTIONS(1387), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1389), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24237] = 2,
    ACTIONS(1391), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1393), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24262] = 2,
    ACTIONS(1395), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1397), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24287] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1399), 1,
      anon_sym_Step,
    ACTIONS(1401), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [24322] = 2,
    ACTIONS(1403), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1405), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24347] = 2,
    ACTIONS(1407), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1409), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24372] = 2,
    ACTIONS(1411), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1413), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24397] = 2,
    ACTIONS(1415), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1417), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24422] = 2,
    ACTIONS(1419), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1421), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24447] = 2,
    ACTIONS(1423), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1425), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24472] = 2,
    ACTIONS(1427), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1429), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24497] = 2,
    ACTIONS(1431), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1433), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24522] = 2,
    ACTIONS(1435), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1437), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24547] = 2,
    ACTIONS(1439), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1441), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24572] = 2,
    ACTIONS(1443), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1445), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24597] = 2,
    ACTIONS(1447), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1449), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [24622] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1175), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24647] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1116), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24672] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1451), 1,
      anon_sym_Step,
    ACTIONS(1453), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [24707] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1120), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24732] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1124), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24757] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1464), 1,
      anon_sym_DOT,
    ACTIONS(1132), 2,
      anon_sym_Step,
      sym__eol,
    ACTIONS(1461), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1455), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1458), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [24790] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1153), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24815] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1098), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24840] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1149), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24865] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1128), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24890] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1102), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24915] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1106), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24940] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1112), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [24965] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1467), 1,
      anon_sym_Step,
    ACTIONS(1469), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25000] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1157), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [25025] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1161), 19,
      anon_sym_EQ,
      anon_sym_Step,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
      anon_sym_DOT,
      sym__eol,
  [25050] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1471), 1,
      anon_sym_Step,
    ACTIONS(1473), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25085] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1475), 1,
      anon_sym_Step,
    ACTIONS(1477), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25120] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1479), 1,
      anon_sym_Step,
    ACTIONS(1481), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25155] = 2,
    ACTIONS(1483), 6,
      ts_builtin_sym_end,
      anon_sym_OptionPublic,
      anon_sym_OptionPrivate,
      anon_sym_OptionDeclare,
      anon_sym_OptionExplicit,
      sym_comment,
    ACTIONS(1485), 14,
      anon_sym_Class,
      anon_sym_Sub,
      anon_sym_Function,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [25180] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1487), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25212] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1489), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25246] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1203), 1,
      anon_sym_COMMA,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25280] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1491), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25314] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1493), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25346] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1495), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25378] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1497), 1,
      anon_sym_RPAREN,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25412] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1499), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25446] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1501), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25478] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1503), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25510] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1505), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25542] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1507), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25574] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1509), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25606] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1511), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25638] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1513), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25670] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1515), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25704] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1517), 1,
      anon_sym_RPAREN,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25738] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1519), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25770] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1521), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25802] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1523), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25834] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1525), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25866] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1527), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25898] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1529), 1,
      anon_sym_To,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25932] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1531), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25964] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1533), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [25996] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1535), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26028] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1537), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26060] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1539), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26092] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1541), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26124] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1543), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26156] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1545), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26188] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1547), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26220] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1549), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26252] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1551), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26284] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1553), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26316] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1555), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26348] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1557), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26380] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1559), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26412] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1561), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26444] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1563), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26476] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1565), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26508] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1567), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26540] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1569), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26572] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1571), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26604] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1573), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26636] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1575), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26668] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1577), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26700] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1579), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26732] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1581), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26764] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1583), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26796] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1585), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26828] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1587), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26860] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1589), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26892] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1591), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26924] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1593), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26956] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1595), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [26988] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1597), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27020] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1599), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27052] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1601), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27084] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1603), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27116] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1605), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27148] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1607), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27180] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1609), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27212] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1611), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27244] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1613), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27276] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1615), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27308] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1617), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27340] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1619), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27372] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1621), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27404] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1623), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27436] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1625), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27468] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1627), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27500] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1629), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27532] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1631), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27564] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1633), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27596] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1635), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27628] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1637), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27660] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1639), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27692] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1641), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27724] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1643), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27756] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1645), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27788] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1647), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27820] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1649), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27852] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1651), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27884] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1653), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27916] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1655), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27948] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1657), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [27980] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1659), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28012] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1661), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28046] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1663), 1,
      anon_sym_To,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28080] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1665), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28114] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1667), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28148] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1669), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28182] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1671), 1,
      anon_sym_To,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28216] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1673), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28250] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1675), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28284] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1677), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28318] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1679), 1,
      anon_sym_To,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28352] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1681), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28386] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1683), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28420] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1685), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28454] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1687), 1,
      anon_sym_To,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28488] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1689), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28522] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1691), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28556] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1693), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28590] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1695), 1,
      anon_sym_To,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28624] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1697), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28658] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1699), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28692] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1701), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28726] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1703), 1,
      anon_sym_To,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28760] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1705), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28794] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1707), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28828] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1709), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28862] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1711), 1,
      anon_sym_To,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28896] = 7,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1211), 1,
      anon_sym_BSLASH,
    ACTIONS(1215), 1,
      anon_sym_DOT,
    ACTIONS(1713), 1,
      anon_sym_Then,
    ACTIONS(1213), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1207), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1209), 6,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28930] = 6,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1277), 1,
      anon_sym_DOT,
    ACTIONS(1715), 1,
      sym__eol,
    ACTIONS(1275), 3,
      anon_sym_And,
      anon_sym_Or,
      anon_sym_Not,
    ACTIONS(1269), 6,
      anon_sym_EQ,
      anon_sym_LT_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
    ACTIONS(1273), 7,
      anon_sym_PLUS,
      anon_sym_DASH,
      anon_sym_STAR,
      anon_sym_SLASH,
      anon_sym_BSLASH,
      anon_sym_CARET,
      anon_sym_Mod,
  [28962] = 2,
    ACTIONS(1233), 1,
      sym_comment,
    ACTIONS(1235), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [28982] = 2,
    ACTIONS(1375), 1,
      sym_comment,
    ACTIONS(1377), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29002] = 2,
    ACTIONS(1379), 1,
      sym_comment,
    ACTIONS(1381), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29022] = 2,
    ACTIONS(1245), 1,
      sym_comment,
    ACTIONS(1247), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29042] = 2,
    ACTIONS(1427), 1,
      sym_comment,
    ACTIONS(1429), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29062] = 2,
    ACTIONS(1289), 1,
      sym_comment,
    ACTIONS(1291), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29082] = 2,
    ACTIONS(1483), 1,
      sym_comment,
    ACTIONS(1485), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29102] = 2,
    ACTIONS(1395), 1,
      sym_comment,
    ACTIONS(1397), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29122] = 2,
    ACTIONS(1403), 1,
      sym_comment,
    ACTIONS(1405), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29142] = 2,
    ACTIONS(1407), 1,
      sym_comment,
    ACTIONS(1409), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29162] = 2,
    ACTIONS(1309), 1,
      sym_comment,
    ACTIONS(1311), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29182] = 2,
    ACTIONS(1281), 1,
      sym_comment,
    ACTIONS(1283), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29202] = 2,
    ACTIONS(1359), 1,
      sym_comment,
    ACTIONS(1361), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29222] = 2,
    ACTIONS(1411), 1,
      sym_comment,
    ACTIONS(1413), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29242] = 2,
    ACTIONS(1415), 1,
      sym_comment,
    ACTIONS(1417), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29262] = 2,
    ACTIONS(1223), 1,
      sym_comment,
    ACTIONS(1225), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29282] = 2,
    ACTIONS(1241), 1,
      sym_comment,
    ACTIONS(1243), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29302] = 2,
    ACTIONS(1285), 1,
      sym_comment,
    ACTIONS(1287), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29322] = 2,
    ACTIONS(1423), 1,
      sym_comment,
    ACTIONS(1425), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29342] = 2,
    ACTIONS(1199), 1,
      sym_comment,
    ACTIONS(1201), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29362] = 2,
    ACTIONS(1431), 1,
      sym_comment,
    ACTIONS(1433), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29382] = 2,
    ACTIONS(1435), 1,
      sym_comment,
    ACTIONS(1437), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29402] = 2,
    ACTIONS(1439), 1,
      sym_comment,
    ACTIONS(1441), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29422] = 2,
    ACTIONS(1265), 1,
      sym_comment,
    ACTIONS(1267), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29442] = 2,
    ACTIONS(1321), 1,
      sym_comment,
    ACTIONS(1323), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29462] = 2,
    ACTIONS(1317), 1,
      sym_comment,
    ACTIONS(1319), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29482] = 2,
    ACTIONS(1387), 1,
      sym_comment,
    ACTIONS(1389), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29502] = 2,
    ACTIONS(1443), 1,
      sym_comment,
    ACTIONS(1445), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29522] = 2,
    ACTIONS(1227), 1,
      sym_comment,
    ACTIONS(1229), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29542] = 2,
    ACTIONS(1237), 1,
      sym_comment,
    ACTIONS(1239), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29562] = 2,
    ACTIONS(1447), 1,
      sym_comment,
    ACTIONS(1449), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29582] = 2,
    ACTIONS(1325), 1,
      sym_comment,
    ACTIONS(1327), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29602] = 2,
    ACTIONS(1329), 1,
      sym_comment,
    ACTIONS(1331), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29622] = 2,
    ACTIONS(1351), 1,
      sym_comment,
    ACTIONS(1353), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29642] = 2,
    ACTIONS(1355), 1,
      sym_comment,
    ACTIONS(1357), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29662] = 2,
    ACTIONS(1363), 1,
      sym_comment,
    ACTIONS(1365), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29682] = 2,
    ACTIONS(1257), 1,
      sym_comment,
    ACTIONS(1259), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29702] = 2,
    ACTIONS(1419), 1,
      sym_comment,
    ACTIONS(1421), 14,
      anon_sym_End,
      anon_sym_If,
      anon_sym_ElseIf,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29722] = 2,
    ACTIONS(1281), 1,
      sym_comment,
    ACTIONS(1283), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29741] = 2,
    ACTIONS(1395), 1,
      sym_comment,
    ACTIONS(1397), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29760] = 2,
    ACTIONS(1329), 1,
      sym_comment,
    ACTIONS(1331), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29779] = 2,
    ACTIONS(1403), 1,
      sym_comment,
    ACTIONS(1405), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29798] = 2,
    ACTIONS(1435), 1,
      sym_comment,
    ACTIONS(1437), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29817] = 2,
    ACTIONS(1407), 1,
      sym_comment,
    ACTIONS(1409), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29836] = 2,
    ACTIONS(1411), 1,
      sym_comment,
    ACTIONS(1413), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29855] = 2,
    ACTIONS(1439), 1,
      sym_comment,
    ACTIONS(1441), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29874] = 2,
    ACTIONS(1351), 1,
      sym_comment,
    ACTIONS(1353), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29893] = 2,
    ACTIONS(1317), 1,
      sym_comment,
    ACTIONS(1319), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29912] = 2,
    ACTIONS(1355), 1,
      sym_comment,
    ACTIONS(1357), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29931] = 2,
    ACTIONS(1363), 1,
      sym_comment,
    ACTIONS(1365), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29950] = 2,
    ACTIONS(1443), 1,
      sym_comment,
    ACTIONS(1445), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29969] = 2,
    ACTIONS(1447), 1,
      sym_comment,
    ACTIONS(1449), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [29988] = 2,
    ACTIONS(1321), 1,
      sym_comment,
    ACTIONS(1323), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30007] = 2,
    ACTIONS(1289), 1,
      sym_comment,
    ACTIONS(1291), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30026] = 2,
    ACTIONS(1309), 1,
      sym_comment,
    ACTIONS(1311), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30045] = 2,
    ACTIONS(1359), 1,
      sym_comment,
    ACTIONS(1361), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30064] = 2,
    ACTIONS(1233), 1,
      sym_comment,
    ACTIONS(1235), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30083] = 2,
    ACTIONS(1415), 1,
      sym_comment,
    ACTIONS(1417), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30102] = 2,
    ACTIONS(1257), 1,
      sym_comment,
    ACTIONS(1259), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30121] = 2,
    ACTIONS(1265), 1,
      sym_comment,
    ACTIONS(1267), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30140] = 2,
    ACTIONS(1387), 1,
      sym_comment,
    ACTIONS(1389), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30159] = 2,
    ACTIONS(1427), 1,
      sym_comment,
    ACTIONS(1429), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30178] = 2,
    ACTIONS(1223), 1,
      sym_comment,
    ACTIONS(1225), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30197] = 2,
    ACTIONS(1227), 1,
      sym_comment,
    ACTIONS(1229), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30216] = 2,
    ACTIONS(1237), 1,
      sym_comment,
    ACTIONS(1239), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30235] = 2,
    ACTIONS(1419), 1,
      sym_comment,
    ACTIONS(1421), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30254] = 2,
    ACTIONS(1241), 1,
      sym_comment,
    ACTIONS(1243), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30273] = 2,
    ACTIONS(1245), 1,
      sym_comment,
    ACTIONS(1247), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30292] = 2,
    ACTIONS(1281), 1,
      sym_comment,
    ACTIONS(1283), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30311] = 2,
    ACTIONS(1285), 1,
      sym_comment,
    ACTIONS(1287), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30330] = 2,
    ACTIONS(1317), 1,
      sym_comment,
    ACTIONS(1319), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30349] = 2,
    ACTIONS(1325), 1,
      sym_comment,
    ACTIONS(1327), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30368] = 2,
    ACTIONS(1423), 1,
      sym_comment,
    ACTIONS(1425), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30387] = 2,
    ACTIONS(1329), 1,
      sym_comment,
    ACTIONS(1331), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30406] = 2,
    ACTIONS(1285), 1,
      sym_comment,
    ACTIONS(1287), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30425] = 2,
    ACTIONS(1375), 1,
      sym_comment,
    ACTIONS(1377), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30444] = 2,
    ACTIONS(1351), 1,
      sym_comment,
    ACTIONS(1353), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30463] = 2,
    ACTIONS(1199), 1,
      sym_comment,
    ACTIONS(1201), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30482] = 2,
    ACTIONS(1245), 1,
      sym_comment,
    ACTIONS(1247), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30501] = 2,
    ACTIONS(1325), 1,
      sym_comment,
    ACTIONS(1327), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30520] = 2,
    ACTIONS(1363), 1,
      sym_comment,
    ACTIONS(1365), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30539] = 2,
    ACTIONS(1431), 1,
      sym_comment,
    ACTIONS(1433), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30558] = 2,
    ACTIONS(1483), 1,
      sym_comment,
    ACTIONS(1485), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30577] = 2,
    ACTIONS(1375), 1,
      sym_comment,
    ACTIONS(1377), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30596] = 2,
    ACTIONS(1379), 1,
      sym_comment,
    ACTIONS(1381), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30615] = 2,
    ACTIONS(1379), 1,
      sym_comment,
    ACTIONS(1381), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30634] = 2,
    ACTIONS(1483), 1,
      sym_comment,
    ACTIONS(1485), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30653] = 2,
    ACTIONS(1395), 1,
      sym_comment,
    ACTIONS(1397), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30672] = 2,
    ACTIONS(1403), 1,
      sym_comment,
    ACTIONS(1405), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30691] = 2,
    ACTIONS(1407), 1,
      sym_comment,
    ACTIONS(1409), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30710] = 2,
    ACTIONS(1411), 1,
      sym_comment,
    ACTIONS(1413), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30729] = 2,
    ACTIONS(1415), 1,
      sym_comment,
    ACTIONS(1417), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30748] = 2,
    ACTIONS(1419), 1,
      sym_comment,
    ACTIONS(1421), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30767] = 2,
    ACTIONS(1423), 1,
      sym_comment,
    ACTIONS(1425), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30786] = 2,
    ACTIONS(1199), 1,
      sym_comment,
    ACTIONS(1201), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30805] = 2,
    ACTIONS(1431), 1,
      sym_comment,
    ACTIONS(1433), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30824] = 2,
    ACTIONS(1435), 1,
      sym_comment,
    ACTIONS(1437), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30843] = 2,
    ACTIONS(1439), 1,
      sym_comment,
    ACTIONS(1441), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30862] = 2,
    ACTIONS(1443), 1,
      sym_comment,
    ACTIONS(1445), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30881] = 2,
    ACTIONS(1447), 1,
      sym_comment,
    ACTIONS(1449), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30900] = 2,
    ACTIONS(1321), 1,
      sym_comment,
    ACTIONS(1323), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30919] = 2,
    ACTIONS(1289), 1,
      sym_comment,
    ACTIONS(1291), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30938] = 2,
    ACTIONS(1309), 1,
      sym_comment,
    ACTIONS(1311), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30957] = 2,
    ACTIONS(1359), 1,
      sym_comment,
    ACTIONS(1361), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30976] = 2,
    ACTIONS(1233), 1,
      sym_comment,
    ACTIONS(1235), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [30995] = 2,
    ACTIONS(1257), 1,
      sym_comment,
    ACTIONS(1259), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31014] = 2,
    ACTIONS(1265), 1,
      sym_comment,
    ACTIONS(1267), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31033] = 2,
    ACTIONS(1387), 1,
      sym_comment,
    ACTIONS(1389), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31052] = 2,
    ACTIONS(1427), 1,
      sym_comment,
    ACTIONS(1429), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31071] = 2,
    ACTIONS(1223), 1,
      sym_comment,
    ACTIONS(1225), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31090] = 2,
    ACTIONS(1227), 1,
      sym_comment,
    ACTIONS(1229), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31109] = 2,
    ACTIONS(1237), 1,
      sym_comment,
    ACTIONS(1239), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31128] = 2,
    ACTIONS(1241), 1,
      sym_comment,
    ACTIONS(1243), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_Else,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31147] = 2,
    ACTIONS(1355), 1,
      sym_comment,
    ACTIONS(1357), 13,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Case,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31166] = 2,
    ACTIONS(1375), 1,
      sym_comment,
    ACTIONS(1377), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31184] = 2,
    ACTIONS(1281), 1,
      sym_comment,
    ACTIONS(1283), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31202] = 2,
    ACTIONS(1285), 1,
      sym_comment,
    ACTIONS(1287), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31220] = 2,
    ACTIONS(1317), 1,
      sym_comment,
    ACTIONS(1319), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31238] = 2,
    ACTIONS(1325), 1,
      sym_comment,
    ACTIONS(1327), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31256] = 2,
    ACTIONS(1329), 1,
      sym_comment,
    ACTIONS(1331), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31274] = 2,
    ACTIONS(1351), 1,
      sym_comment,
    ACTIONS(1353), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31292] = 2,
    ACTIONS(1355), 1,
      sym_comment,
    ACTIONS(1357), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31310] = 2,
    ACTIONS(1363), 1,
      sym_comment,
    ACTIONS(1365), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31328] = 2,
    ACTIONS(1375), 1,
      sym_comment,
    ACTIONS(1377), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31346] = 2,
    ACTIONS(1379), 1,
      sym_comment,
    ACTIONS(1381), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31364] = 2,
    ACTIONS(1483), 1,
      sym_comment,
    ACTIONS(1485), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31382] = 2,
    ACTIONS(1285), 1,
      sym_comment,
    ACTIONS(1287), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31400] = 2,
    ACTIONS(1395), 1,
      sym_comment,
    ACTIONS(1397), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31418] = 2,
    ACTIONS(1403), 1,
      sym_comment,
    ACTIONS(1405), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31436] = 2,
    ACTIONS(1407), 1,
      sym_comment,
    ACTIONS(1409), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31454] = 2,
    ACTIONS(1411), 1,
      sym_comment,
    ACTIONS(1413), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31472] = 2,
    ACTIONS(1415), 1,
      sym_comment,
    ACTIONS(1417), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31490] = 2,
    ACTIONS(1379), 1,
      sym_comment,
    ACTIONS(1381), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31508] = 2,
    ACTIONS(1419), 1,
      sym_comment,
    ACTIONS(1421), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31526] = 2,
    ACTIONS(1423), 1,
      sym_comment,
    ACTIONS(1425), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31544] = 2,
    ACTIONS(1199), 1,
      sym_comment,
    ACTIONS(1201), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31562] = 2,
    ACTIONS(1431), 1,
      sym_comment,
    ACTIONS(1433), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31580] = 2,
    ACTIONS(1435), 1,
      sym_comment,
    ACTIONS(1437), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31598] = 2,
    ACTIONS(1439), 1,
      sym_comment,
    ACTIONS(1441), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31616] = 2,
    ACTIONS(1443), 1,
      sym_comment,
    ACTIONS(1445), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31634] = 2,
    ACTIONS(1447), 1,
      sym_comment,
    ACTIONS(1449), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31652] = 2,
    ACTIONS(1321), 1,
      sym_comment,
    ACTIONS(1323), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31670] = 2,
    ACTIONS(1289), 1,
      sym_comment,
    ACTIONS(1291), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31688] = 2,
    ACTIONS(1309), 1,
      sym_comment,
    ACTIONS(1311), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31706] = 2,
    ACTIONS(1359), 1,
      sym_comment,
    ACTIONS(1361), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31724] = 2,
    ACTIONS(1233), 1,
      sym_comment,
    ACTIONS(1235), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31742] = 2,
    ACTIONS(1257), 1,
      sym_comment,
    ACTIONS(1259), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31760] = 2,
    ACTIONS(1265), 1,
      sym_comment,
    ACTIONS(1267), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31778] = 2,
    ACTIONS(1387), 1,
      sym_comment,
    ACTIONS(1389), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31796] = 2,
    ACTIONS(1317), 1,
      sym_comment,
    ACTIONS(1319), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31814] = 2,
    ACTIONS(1427), 1,
      sym_comment,
    ACTIONS(1429), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31832] = 2,
    ACTIONS(1223), 1,
      sym_comment,
    ACTIONS(1225), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31850] = 2,
    ACTIONS(1227), 1,
      sym_comment,
    ACTIONS(1229), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31868] = 2,
    ACTIONS(1321), 1,
      sym_comment,
    ACTIONS(1323), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31886] = 2,
    ACTIONS(1237), 1,
      sym_comment,
    ACTIONS(1239), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31904] = 2,
    ACTIONS(1241), 1,
      sym_comment,
    ACTIONS(1243), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31922] = 2,
    ACTIONS(1245), 1,
      sym_comment,
    ACTIONS(1247), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31940] = 2,
    ACTIONS(1281), 1,
      sym_comment,
    ACTIONS(1283), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31958] = 2,
    ACTIONS(1285), 1,
      sym_comment,
    ACTIONS(1287), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31976] = 2,
    ACTIONS(1317), 1,
      sym_comment,
    ACTIONS(1319), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [31994] = 2,
    ACTIONS(1325), 1,
      sym_comment,
    ACTIONS(1327), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32012] = 2,
    ACTIONS(1329), 1,
      sym_comment,
    ACTIONS(1331), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32030] = 2,
    ACTIONS(1351), 1,
      sym_comment,
    ACTIONS(1353), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32048] = 2,
    ACTIONS(1355), 1,
      sym_comment,
    ACTIONS(1357), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32066] = 2,
    ACTIONS(1363), 1,
      sym_comment,
    ACTIONS(1365), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32084] = 2,
    ACTIONS(1359), 1,
      sym_comment,
    ACTIONS(1361), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32102] = 2,
    ACTIONS(1415), 1,
      sym_comment,
    ACTIONS(1417), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32120] = 2,
    ACTIONS(1419), 1,
      sym_comment,
    ACTIONS(1421), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32138] = 2,
    ACTIONS(1325), 1,
      sym_comment,
    ACTIONS(1327), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32156] = 2,
    ACTIONS(1423), 1,
      sym_comment,
    ACTIONS(1425), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32174] = 2,
    ACTIONS(1199), 1,
      sym_comment,
    ACTIONS(1201), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32192] = 2,
    ACTIONS(1431), 1,
      sym_comment,
    ACTIONS(1433), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32210] = 2,
    ACTIONS(1435), 1,
      sym_comment,
    ACTIONS(1437), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32228] = 2,
    ACTIONS(1289), 1,
      sym_comment,
    ACTIONS(1291), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32246] = 2,
    ACTIONS(1439), 1,
      sym_comment,
    ACTIONS(1441), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32264] = 2,
    ACTIONS(1443), 1,
      sym_comment,
    ACTIONS(1445), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32282] = 2,
    ACTIONS(1447), 1,
      sym_comment,
    ACTIONS(1449), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32300] = 2,
    ACTIONS(1387), 1,
      sym_comment,
    ACTIONS(1389), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32318] = 2,
    ACTIONS(1309), 1,
      sym_comment,
    ACTIONS(1311), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32336] = 2,
    ACTIONS(1329), 1,
      sym_comment,
    ACTIONS(1331), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32354] = 2,
    ACTIONS(1427), 1,
      sym_comment,
    ACTIONS(1429), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32372] = 2,
    ACTIONS(1223), 1,
      sym_comment,
    ACTIONS(1225), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32390] = 2,
    ACTIONS(1351), 1,
      sym_comment,
    ACTIONS(1353), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32408] = 2,
    ACTIONS(1227), 1,
      sym_comment,
    ACTIONS(1229), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32426] = 2,
    ACTIONS(1237), 1,
      sym_comment,
    ACTIONS(1239), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32444] = 2,
    ACTIONS(1241), 1,
      sym_comment,
    ACTIONS(1243), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32462] = 2,
    ACTIONS(1359), 1,
      sym_comment,
    ACTIONS(1361), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32480] = 2,
    ACTIONS(1233), 1,
      sym_comment,
    ACTIONS(1235), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32498] = 2,
    ACTIONS(1233), 1,
      sym_comment,
    ACTIONS(1235), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32516] = 2,
    ACTIONS(1355), 1,
      sym_comment,
    ACTIONS(1357), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32534] = 2,
    ACTIONS(1281), 1,
      sym_comment,
    ACTIONS(1283), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32552] = 2,
    ACTIONS(1285), 1,
      sym_comment,
    ACTIONS(1287), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32570] = 2,
    ACTIONS(1317), 1,
      sym_comment,
    ACTIONS(1319), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32588] = 2,
    ACTIONS(1325), 1,
      sym_comment,
    ACTIONS(1327), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32606] = 2,
    ACTIONS(1329), 1,
      sym_comment,
    ACTIONS(1331), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32624] = 2,
    ACTIONS(1351), 1,
      sym_comment,
    ACTIONS(1353), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32642] = 2,
    ACTIONS(1355), 1,
      sym_comment,
    ACTIONS(1357), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32660] = 2,
    ACTIONS(1257), 1,
      sym_comment,
    ACTIONS(1259), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32678] = 2,
    ACTIONS(1363), 1,
      sym_comment,
    ACTIONS(1365), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32696] = 2,
    ACTIONS(1363), 1,
      sym_comment,
    ACTIONS(1365), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32714] = 2,
    ACTIONS(1379), 1,
      sym_comment,
    ACTIONS(1381), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32732] = 2,
    ACTIONS(1483), 1,
      sym_comment,
    ACTIONS(1485), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32750] = 2,
    ACTIONS(1483), 1,
      sym_comment,
    ACTIONS(1485), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32768] = 2,
    ACTIONS(1375), 1,
      sym_comment,
    ACTIONS(1377), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32786] = 2,
    ACTIONS(1379), 1,
      sym_comment,
    ACTIONS(1381), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32804] = 2,
    ACTIONS(1265), 1,
      sym_comment,
    ACTIONS(1267), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32822] = 2,
    ACTIONS(1395), 1,
      sym_comment,
    ACTIONS(1397), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32840] = 2,
    ACTIONS(1403), 1,
      sym_comment,
    ACTIONS(1405), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32858] = 2,
    ACTIONS(1265), 1,
      sym_comment,
    ACTIONS(1267), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32876] = 2,
    ACTIONS(1483), 1,
      sym_comment,
    ACTIONS(1485), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32894] = 2,
    ACTIONS(1387), 1,
      sym_comment,
    ACTIONS(1389), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32912] = 2,
    ACTIONS(1407), 1,
      sym_comment,
    ACTIONS(1409), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32930] = 2,
    ACTIONS(1395), 1,
      sym_comment,
    ACTIONS(1397), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32948] = 2,
    ACTIONS(1411), 1,
      sym_comment,
    ACTIONS(1413), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32966] = 2,
    ACTIONS(1321), 1,
      sym_comment,
    ACTIONS(1323), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [32984] = 2,
    ACTIONS(1403), 1,
      sym_comment,
    ACTIONS(1405), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33002] = 2,
    ACTIONS(1407), 1,
      sym_comment,
    ACTIONS(1409), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33020] = 2,
    ACTIONS(1415), 1,
      sym_comment,
    ACTIONS(1417), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33038] = 2,
    ACTIONS(1419), 1,
      sym_comment,
    ACTIONS(1421), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33056] = 2,
    ACTIONS(1411), 1,
      sym_comment,
    ACTIONS(1413), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33074] = 2,
    ACTIONS(1427), 1,
      sym_comment,
    ACTIONS(1429), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33092] = 2,
    ACTIONS(1245), 1,
      sym_comment,
    ACTIONS(1247), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33110] = 2,
    ACTIONS(1395), 1,
      sym_comment,
    ACTIONS(1397), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33128] = 2,
    ACTIONS(1423), 1,
      sym_comment,
    ACTIONS(1425), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33146] = 2,
    ACTIONS(1223), 1,
      sym_comment,
    ACTIONS(1225), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33164] = 2,
    ACTIONS(1199), 1,
      sym_comment,
    ACTIONS(1201), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33182] = 2,
    ACTIONS(1227), 1,
      sym_comment,
    ACTIONS(1229), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33200] = 2,
    ACTIONS(1289), 1,
      sym_comment,
    ACTIONS(1291), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33218] = 2,
    ACTIONS(1415), 1,
      sym_comment,
    ACTIONS(1417), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33236] = 2,
    ACTIONS(1309), 1,
      sym_comment,
    ACTIONS(1311), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33254] = 2,
    ACTIONS(1431), 1,
      sym_comment,
    ACTIONS(1433), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33272] = 2,
    ACTIONS(1237), 1,
      sym_comment,
    ACTIONS(1239), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33290] = 2,
    ACTIONS(1435), 1,
      sym_comment,
    ACTIONS(1437), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33308] = 2,
    ACTIONS(1241), 1,
      sym_comment,
    ACTIONS(1243), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33326] = 2,
    ACTIONS(1419), 1,
      sym_comment,
    ACTIONS(1421), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33344] = 2,
    ACTIONS(1423), 1,
      sym_comment,
    ACTIONS(1425), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33362] = 2,
    ACTIONS(1403), 1,
      sym_comment,
    ACTIONS(1405), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33380] = 2,
    ACTIONS(1439), 1,
      sym_comment,
    ACTIONS(1441), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33398] = 2,
    ACTIONS(1407), 1,
      sym_comment,
    ACTIONS(1409), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33416] = 2,
    ACTIONS(1443), 1,
      sym_comment,
    ACTIONS(1445), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33434] = 2,
    ACTIONS(1411), 1,
      sym_comment,
    ACTIONS(1413), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33452] = 2,
    ACTIONS(1199), 1,
      sym_comment,
    ACTIONS(1201), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33470] = 2,
    ACTIONS(1431), 1,
      sym_comment,
    ACTIONS(1433), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33488] = 2,
    ACTIONS(1435), 1,
      sym_comment,
    ACTIONS(1437), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33506] = 2,
    ACTIONS(1439), 1,
      sym_comment,
    ACTIONS(1441), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33524] = 2,
    ACTIONS(1443), 1,
      sym_comment,
    ACTIONS(1445), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33542] = 2,
    ACTIONS(1447), 1,
      sym_comment,
    ACTIONS(1449), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33560] = 2,
    ACTIONS(1321), 1,
      sym_comment,
    ACTIONS(1323), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33578] = 2,
    ACTIONS(1289), 1,
      sym_comment,
    ACTIONS(1291), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33596] = 2,
    ACTIONS(1309), 1,
      sym_comment,
    ACTIONS(1311), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33614] = 2,
    ACTIONS(1375), 1,
      sym_comment,
    ACTIONS(1377), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33632] = 2,
    ACTIONS(1257), 1,
      sym_comment,
    ACTIONS(1259), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33650] = 2,
    ACTIONS(1359), 1,
      sym_comment,
    ACTIONS(1361), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33668] = 2,
    ACTIONS(1447), 1,
      sym_comment,
    ACTIONS(1449), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Wend,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33686] = 2,
    ACTIONS(1233), 1,
      sym_comment,
    ACTIONS(1235), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33704] = 2,
    ACTIONS(1257), 1,
      sym_comment,
    ACTIONS(1259), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33722] = 2,
    ACTIONS(1281), 1,
      sym_comment,
    ACTIONS(1283), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Next,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33740] = 2,
    ACTIONS(1265), 1,
      sym_comment,
    ACTIONS(1267), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33758] = 2,
    ACTIONS(1387), 1,
      sym_comment,
    ACTIONS(1389), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33776] = 2,
    ACTIONS(1427), 1,
      sym_comment,
    ACTIONS(1429), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33794] = 2,
    ACTIONS(1223), 1,
      sym_comment,
    ACTIONS(1225), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33812] = 2,
    ACTIONS(1227), 1,
      sym_comment,
    ACTIONS(1229), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33830] = 2,
    ACTIONS(1237), 1,
      sym_comment,
    ACTIONS(1239), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33848] = 2,
    ACTIONS(1241), 1,
      sym_comment,
    ACTIONS(1243), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33866] = 2,
    ACTIONS(1245), 1,
      sym_comment,
    ACTIONS(1247), 12,
      anon_sym_End,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33884] = 2,
    ACTIONS(1245), 1,
      sym_comment,
    ACTIONS(1247), 12,
      anon_sym_If,
      anon_sym_For,
      anon_sym_Do,
      anon_sym_While,
      anon_sym_Loop,
      anon_sym_Select,
      anon_sym_Dim,
      anon_sym_Set,
      anon_sym_Let,
      anon_sym_Call,
      sym_identifier,
      sym_keyword,
  [33902] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1039), 5,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_PLUS,
      anon_sym_DASH,
      sym_number,
    ACTIONS(1717), 5,
      anon_sym_Not,
      sym_string,
      anon_sym_True,
      anon_sym_False,
      sym_identifier,
  [33920] = 4,
    ACTIONS(1719), 1,
      anon_sym_End,
    ACTIONS(1721), 1,
      anon_sym_Case,
    ACTIONS(1724), 1,
      sym_comment,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [33934] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1726), 1,
      anon_sym_End,
    ACTIONS(1728), 1,
      anon_sym_Case,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [33948] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1730), 1,
      anon_sym_End,
    ACTIONS(1732), 1,
      anon_sym_Case,
    STATE(908), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [33962] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1734), 1,
      anon_sym_End,
    ACTIONS(1736), 1,
      anon_sym_Case,
    STATE(911), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [33976] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1738), 1,
      anon_sym_End,
    ACTIONS(1740), 1,
      anon_sym_Case,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [33990] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1742), 1,
      anon_sym_End,
    ACTIONS(1744), 1,
      anon_sym_Case,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34004] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1746), 1,
      anon_sym_End,
    ACTIONS(1748), 1,
      anon_sym_Case,
    STATE(910), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34018] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1750), 1,
      anon_sym_End,
    ACTIONS(1752), 1,
      anon_sym_Case,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34032] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1754), 1,
      anon_sym_End,
    ACTIONS(1756), 1,
      anon_sym_Case,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34046] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1758), 1,
      anon_sym_End,
    ACTIONS(1760), 1,
      anon_sym_Case,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34060] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1762), 1,
      anon_sym_End,
    ACTIONS(1764), 1,
      anon_sym_Case,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34074] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1766), 1,
      anon_sym_End,
    ACTIONS(1768), 1,
      anon_sym_Case,
    STATE(901), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34088] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1770), 1,
      anon_sym_End,
    ACTIONS(1772), 1,
      anon_sym_Case,
    STATE(905), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34102] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1774), 1,
      anon_sym_End,
    ACTIONS(1776), 1,
      anon_sym_Case,
    STATE(912), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34116] = 5,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1778), 1,
      anon_sym_As,
    ACTIONS(1780), 1,
      anon_sym_LPAREN,
    ACTIONS(1782), 1,
      sym__eol,
    STATE(1033), 1,
      sym_param_list,
  [34132] = 5,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1784), 1,
      sym_identifier,
    ACTIONS(1786), 1,
      anon_sym_RPAREN,
    STATE(917), 1,
      aux_sym_param_list_repeat1,
    STATE(1013), 1,
      sym_param,
  [34148] = 5,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1784), 1,
      sym_identifier,
    ACTIONS(1788), 1,
      anon_sym_RPAREN,
    STATE(921), 1,
      aux_sym_param_list_repeat1,
    STATE(1024), 1,
      sym_param,
  [34164] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1790), 1,
      anon_sym_End,
    ACTIONS(1792), 1,
      anon_sym_Case,
    STATE(902), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34178] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1794), 1,
      anon_sym_End,
    ACTIONS(1796), 1,
      anon_sym_Case,
    STATE(909), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34192] = 4,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1798), 1,
      anon_sym_End,
    ACTIONS(1800), 1,
      anon_sym_Case,
    STATE(906), 2,
      sym_case_clause,
      aux_sym_select_statement_repeat1,
  [34206] = 5,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1802), 1,
      sym_identifier,
    ACTIONS(1805), 1,
      anon_sym_RPAREN,
    STATE(921), 1,
      aux_sym_param_list_repeat1,
    STATE(1472), 1,
      sym_param,
  [34222] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1809), 1,
      sym__eol,
    ACTIONS(1807), 2,
      anon_sym_While,
      anon_sym_Until,
  [34233] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1811), 1,
      sym__eol,
    ACTIONS(1813), 1,
      aux_sym_identifier_stmt_token1,
    STATE(929), 1,
      aux_sym_identifier_stmt_repeat1,
  [34246] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1815), 1,
      sym_identifier,
    ACTIONS(1817), 1,
      sym__eol,
    STATE(940), 1,
      aux_sym_keyword_stmt_repeat1,
  [34259] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1821), 1,
      sym__eol,
    ACTIONS(1819), 2,
      anon_sym_While,
      anon_sym_Until,
  [34270] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1825), 1,
      sym__eol,
    ACTIONS(1823), 2,
      anon_sym_While,
      anon_sym_Until,
  [34281] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1829), 1,
      sym__eol,
    ACTIONS(1827), 2,
      anon_sym_While,
      anon_sym_Until,
  [34292] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1831), 1,
      anon_sym_LPAREN,
    ACTIONS(1833), 1,
      sym__eol,
    STATE(1048), 1,
      sym_argument_list,
  [34305] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1835), 1,
      sym__eol,
    ACTIONS(1837), 1,
      aux_sym_identifier_stmt_token1,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [34318] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1839), 1,
      sym__eol,
    ACTIONS(1841), 1,
      aux_sym_identifier_stmt_token1,
    STATE(934), 1,
      aux_sym_identifier_stmt_repeat1,
  [34331] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1843), 1,
      sym_identifier,
    ACTIONS(1845), 1,
      sym__eol,
    STATE(935), 1,
      aux_sym_keyword_stmt_repeat1,
  [34344] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1780), 1,
      anon_sym_LPAREN,
    ACTIONS(1847), 1,
      sym__eol,
    STATE(1278), 1,
      sym_param_list,
  [34357] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1831), 1,
      anon_sym_LPAREN,
    ACTIONS(1849), 1,
      sym__eol,
    STATE(1053), 1,
      sym_argument_list,
  [34370] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1837), 1,
      aux_sym_identifier_stmt_token1,
    ACTIONS(1851), 1,
      sym__eol,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [34383] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1853), 1,
      sym_identifier,
    ACTIONS(1855), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [34396] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1859), 1,
      sym__eol,
    ACTIONS(1857), 2,
      anon_sym_While,
      anon_sym_Until,
  [34407] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1863), 1,
      sym__eol,
    ACTIONS(1861), 2,
      anon_sym_While,
      anon_sym_Until,
  [34418] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1867), 1,
      sym__eol,
    ACTIONS(1865), 2,
      anon_sym_While,
      anon_sym_Until,
  [34429] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1871), 1,
      sym__eol,
    ACTIONS(1869), 2,
      anon_sym_While,
      anon_sym_Until,
  [34440] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1853), 1,
      sym_identifier,
    ACTIONS(1873), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [34453] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1877), 1,
      sym__eol,
    ACTIONS(1875), 2,
      anon_sym_While,
      anon_sym_Until,
  [34464] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1879), 1,
      sym__eol,
    ACTIONS(1881), 1,
      aux_sym_identifier_stmt_token1,
    STATE(945), 1,
      aux_sym_identifier_stmt_repeat1,
  [34477] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1883), 1,
      sym_identifier,
    ACTIONS(1885), 1,
      sym__eol,
    STATE(946), 1,
      aux_sym_keyword_stmt_repeat1,
  [34490] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1831), 1,
      anon_sym_LPAREN,
    ACTIONS(1887), 1,
      sym__eol,
    STATE(1132), 1,
      sym_argument_list,
  [34503] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1837), 1,
      aux_sym_identifier_stmt_token1,
    ACTIONS(1889), 1,
      sym__eol,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [34516] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1853), 1,
      sym_identifier,
    ACTIONS(1891), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [34529] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1893), 1,
      sym__eol,
    ACTIONS(1895), 1,
      aux_sym_identifier_stmt_token1,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [34542] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1900), 1,
      sym__eol,
    ACTIONS(1898), 2,
      anon_sym_While,
      anon_sym_Until,
  [34553] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1904), 1,
      sym__eol,
    ACTIONS(1902), 2,
      anon_sym_While,
      anon_sym_Until,
  [34564] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1906), 1,
      sym_identifier,
    ACTIONS(1909), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [34577] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1913), 1,
      sym__eol,
    ACTIONS(1911), 2,
      anon_sym_While,
      anon_sym_Until,
  [34588] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1917), 1,
      sym__eol,
    ACTIONS(1915), 2,
      anon_sym_While,
      anon_sym_Until,
  [34599] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1921), 1,
      sym__eol,
    ACTIONS(1919), 2,
      anon_sym_While,
      anon_sym_Until,
  [34610] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1923), 1,
      sym__eol,
    ACTIONS(1925), 1,
      aux_sym_identifier_stmt_token1,
    STATE(958), 1,
      aux_sym_identifier_stmt_repeat1,
  [34623] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1929), 1,
      sym__eol,
    ACTIONS(1927), 2,
      anon_sym_While,
      anon_sym_Until,
  [34634] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1931), 1,
      sym_identifier,
    ACTIONS(1933), 1,
      sym__eol,
    STATE(1005), 1,
      aux_sym_keyword_stmt_repeat1,
  [34647] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1831), 1,
      anon_sym_LPAREN,
    ACTIONS(1935), 1,
      sym__eol,
    STATE(1180), 1,
      sym_argument_list,
  [34660] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1837), 1,
      aux_sym_identifier_stmt_token1,
    ACTIONS(1937), 1,
      sym__eol,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [34673] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1941), 1,
      sym__eol,
    ACTIONS(1939), 2,
      anon_sym_While,
      anon_sym_Until,
  [34684] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1945), 1,
      sym__eol,
    ACTIONS(1943), 2,
      anon_sym_While,
      anon_sym_Until,
  [34695] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1949), 1,
      sym__eol,
    ACTIONS(1947), 2,
      anon_sym_While,
      anon_sym_Until,
  [34706] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1953), 1,
      sym__eol,
    ACTIONS(1951), 2,
      anon_sym_While,
      anon_sym_Until,
  [34717] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1955), 1,
      anon_sym_As,
    ACTIONS(1957), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [34728] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1961), 1,
      sym__eol,
    ACTIONS(1959), 2,
      anon_sym_While,
      anon_sym_Until,
  [34739] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1965), 1,
      sym__eol,
    ACTIONS(1963), 2,
      anon_sym_While,
      anon_sym_Until,
  [34750] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1967), 1,
      sym__eol,
    ACTIONS(1969), 1,
      aux_sym_identifier_stmt_token1,
    STATE(969), 1,
      aux_sym_identifier_stmt_repeat1,
  [34763] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1971), 1,
      sym_identifier,
    ACTIONS(1973), 1,
      sym__eol,
    STATE(970), 1,
      aux_sym_keyword_stmt_repeat1,
  [34776] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1831), 1,
      anon_sym_LPAREN,
    ACTIONS(1975), 1,
      sym__eol,
    STATE(1222), 1,
      sym_argument_list,
  [34789] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1837), 1,
      aux_sym_identifier_stmt_token1,
    ACTIONS(1977), 1,
      sym__eol,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [34802] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1853), 1,
      sym_identifier,
    ACTIONS(1979), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [34815] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1983), 1,
      sym__eol,
    ACTIONS(1981), 2,
      anon_sym_While,
      anon_sym_Until,
  [34826] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1987), 1,
      sym__eol,
    ACTIONS(1985), 2,
      anon_sym_While,
      anon_sym_Until,
  [34837] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1991), 1,
      sym__eol,
    ACTIONS(1989), 2,
      anon_sym_While,
      anon_sym_Until,
  [34848] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1995), 1,
      sym__eol,
    ACTIONS(1993), 2,
      anon_sym_While,
      anon_sym_Until,
  [34859] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1999), 1,
      sym__eol,
    ACTIONS(1997), 2,
      anon_sym_While,
      anon_sym_Until,
  [34870] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2001), 1,
      sym__eol,
    ACTIONS(2003), 1,
      aux_sym_identifier_stmt_token1,
    STATE(980), 1,
      aux_sym_identifier_stmt_repeat1,
  [34883] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2007), 1,
      sym__eol,
    ACTIONS(2005), 2,
      anon_sym_While,
      anon_sym_Until,
  [34894] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2009), 1,
      sym_identifier,
    ACTIONS(2011), 1,
      sym__eol,
    STATE(981), 1,
      aux_sym_keyword_stmt_repeat1,
  [34907] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1831), 1,
      anon_sym_LPAREN,
    ACTIONS(2013), 1,
      sym__eol,
    STATE(1267), 1,
      sym_argument_list,
  [34920] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1837), 1,
      aux_sym_identifier_stmt_token1,
    ACTIONS(2015), 1,
      sym__eol,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [34933] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1853), 1,
      sym_identifier,
    ACTIONS(2017), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [34946] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2021), 1,
      sym__eol,
    ACTIONS(2019), 2,
      anon_sym_While,
      anon_sym_Until,
  [34957] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2025), 1,
      sym__eol,
    ACTIONS(2023), 2,
      anon_sym_While,
      anon_sym_Until,
  [34968] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2029), 1,
      sym__eol,
    ACTIONS(2027), 2,
      anon_sym_While,
      anon_sym_Until,
  [34979] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2033), 1,
      sym__eol,
    ACTIONS(2031), 2,
      anon_sym_While,
      anon_sym_Until,
  [34990] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2037), 1,
      sym__eol,
    ACTIONS(2035), 2,
      anon_sym_While,
      anon_sym_Until,
  [35001] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2039), 1,
      sym__eol,
    ACTIONS(2041), 1,
      aux_sym_identifier_stmt_token1,
    STATE(990), 1,
      aux_sym_identifier_stmt_repeat1,
  [35014] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2043), 1,
      sym_identifier,
    ACTIONS(2045), 1,
      sym__eol,
    STATE(991), 1,
      aux_sym_keyword_stmt_repeat1,
  [35027] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1831), 1,
      anon_sym_LPAREN,
    ACTIONS(2047), 1,
      sym__eol,
    STATE(1309), 1,
      sym_argument_list,
  [35040] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1837), 1,
      aux_sym_identifier_stmt_token1,
    ACTIONS(2049), 1,
      sym__eol,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [35053] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1853), 1,
      sym_identifier,
    ACTIONS(2051), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [35066] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2055), 1,
      sym__eol,
    ACTIONS(2053), 2,
      anon_sym_While,
      anon_sym_Until,
  [35077] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2059), 1,
      sym__eol,
    ACTIONS(2057), 2,
      anon_sym_While,
      anon_sym_Until,
  [35088] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2063), 1,
      sym__eol,
    ACTIONS(2061), 2,
      anon_sym_While,
      anon_sym_Until,
  [35099] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2067), 1,
      sym__eol,
    ACTIONS(2065), 2,
      anon_sym_While,
      anon_sym_Until,
  [35110] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2069), 1,
      sym__eol,
    ACTIONS(2071), 1,
      aux_sym_identifier_stmt_token1,
    STATE(999), 1,
      aux_sym_identifier_stmt_repeat1,
  [35123] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2073), 1,
      sym_identifier,
    ACTIONS(2075), 1,
      sym__eol,
    STATE(1000), 1,
      aux_sym_keyword_stmt_repeat1,
  [35136] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1831), 1,
      anon_sym_LPAREN,
    ACTIONS(2077), 1,
      sym__eol,
    STATE(1423), 1,
      sym_argument_list,
  [35149] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1837), 1,
      aux_sym_identifier_stmt_token1,
    ACTIONS(2079), 1,
      sym__eol,
    STATE(947), 1,
      aux_sym_identifier_stmt_repeat1,
  [35162] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1853), 1,
      sym_identifier,
    ACTIONS(2081), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [35175] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2085), 1,
      sym__eol,
    ACTIONS(2083), 2,
      anon_sym_While,
      anon_sym_Until,
  [35186] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2089), 1,
      sym__eol,
    ACTIONS(2087), 2,
      anon_sym_While,
      anon_sym_Until,
  [35197] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2093), 1,
      sym__eol,
    ACTIONS(2091), 2,
      anon_sym_While,
      anon_sym_Until,
  [35208] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2097), 1,
      sym__eol,
    ACTIONS(2095), 2,
      anon_sym_While,
      anon_sym_Until,
  [35219] = 4,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1853), 1,
      sym_identifier,
    ACTIONS(2099), 1,
      sym__eol,
    STATE(950), 1,
      aux_sym_keyword_stmt_repeat1,
  [35232] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2101), 1,
      anon_sym_As,
    ACTIONS(2103), 1,
      sym__eol,
  [35242] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2105), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [35250] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1215), 1,
      sym_type,
  [35260] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2109), 1,
      anon_sym_As,
    ACTIONS(2111), 1,
      sym__eol,
  [35270] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2113), 1,
      anon_sym_As,
    ACTIONS(2115), 1,
      sym__eol,
  [35280] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2117), 1,
      anon_sym_As,
    ACTIONS(2119), 1,
      sym__eol,
  [35290] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2121), 1,
      anon_sym_As,
    ACTIONS(2123), 1,
      sym__eol,
  [35300] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1788), 1,
      anon_sym_RPAREN,
    ACTIONS(2125), 1,
      anon_sym_COMMA,
  [35310] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1183), 1,
      sym_type,
  [35320] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1137), 1,
      sym_type,
  [35330] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2127), 1,
      sym_identifier,
    STATE(1030), 1,
      sym_type,
  [35340] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1270), 1,
      sym_type,
  [35350] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1312), 1,
      sym_type,
  [35360] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2129), 1,
      anon_sym_As,
    ACTIONS(2131), 1,
      sym__eol,
  [35370] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2133), 1,
      anon_sym_As,
    ACTIONS(2135), 1,
      sym__eol,
  [35380] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2137), 1,
      anon_sym_As,
    ACTIONS(2139), 1,
      sym__eol,
  [35390] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(1805), 1,
      anon_sym_RPAREN,
    ACTIONS(2141), 1,
      sym_identifier,
  [35400] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2143), 1,
      anon_sym_As,
    ACTIONS(2145), 1,
      sym__eol,
  [35410] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2125), 1,
      anon_sym_COMMA,
    ACTIONS(2147), 1,
      anon_sym_RPAREN,
  [35420] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2149), 1,
      anon_sym_As,
    ACTIONS(2151), 1,
      sym__eol,
  [35430] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1327), 1,
      sym_type,
  [35440] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1435), 1,
      sym_type,
  [35450] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1225), 1,
      sym_type,
  [35460] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1065), 1,
      sym_type,
  [35470] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2153), 2,
      anon_sym_COMMA,
      anon_sym_RPAREN,
  [35478] = 3,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2107), 1,
      sym_identifier,
    STATE(1061), 1,
      sym_type,
  [35488] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2155), 1,
      anon_sym_As,
    ACTIONS(2157), 1,
      sym__eol,
  [35498] = 3,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2159), 1,
      anon_sym_As,
    ACTIONS(2161), 1,
      sym__eol,
  [35508] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2163), 1,
      sym__eol,
  [35515] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2165), 1,
      anon_sym_If,
  [35522] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2167), 1,
      sym__eol,
  [35529] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2169), 1,
      anon_sym_Select,
  [35536] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2171), 1,
      anon_sym_If,
  [35543] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2173), 1,
      anon_sym_EQ,
  [35550] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2175), 1,
      anon_sym_Select,
  [35557] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2177), 1,
      anon_sym_If,
  [35564] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2179), 1,
      anon_sym_If,
  [35571] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2181), 1,
      anon_sym_If,
  [35578] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2183), 1,
      anon_sym_If,
  [35585] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2185), 1,
      sym_identifier,
  [35592] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2187), 1,
      sym_identifier,
  [35599] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2189), 1,
      anon_sym_If,
  [35606] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2191), 1,
      sym__eol,
  [35613] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2193), 1,
      sym__eol,
  [35620] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2195), 1,
      anon_sym_Select,
  [35627] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2197), 1,
      sym_identifier,
  [35634] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2199), 1,
      anon_sym_If,
  [35641] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2201), 1,
      sym__eol,
  [35648] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2203), 1,
      sym__eol,
  [35655] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2205), 1,
      sym__eol,
  [35662] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2207), 1,
      anon_sym_If,
  [35669] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2209), 1,
      ts_builtin_sym_end,
  [35676] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2211), 1,
      sym__eol,
  [35683] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2213), 1,
      anon_sym_Select,
  [35690] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2215), 1,
      anon_sym_If,
  [35697] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2217), 1,
      sym__eol,
  [35704] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2219), 1,
      anon_sym_Select,
  [35711] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2221), 1,
      anon_sym_If,
  [35718] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2223), 1,
      anon_sym_Function,
  [35725] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2225), 1,
      sym__eol,
  [35732] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2227), 1,
      anon_sym_If,
  [35739] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2229), 1,
      anon_sym_Function,
  [35746] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2231), 1,
      anon_sym_Select,
  [35753] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2233), 1,
      anon_sym_If,
  [35760] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2235), 1,
      sym__eol,
  [35767] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2237), 1,
      anon_sym_Select,
  [35774] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2239), 1,
      anon_sym_If,
  [35781] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2241), 1,
      sym__eol,
  [35788] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2243), 1,
      anon_sym_Select,
  [35795] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2245), 1,
      anon_sym_If,
  [35802] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2247), 1,
      anon_sym_If,
  [35809] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2249), 1,
      anon_sym_If,
  [35816] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2251), 1,
      anon_sym_If,
  [35823] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2253), 1,
      sym_identifier,
  [35830] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2255), 1,
      sym_identifier,
  [35837] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2257), 1,
      sym__eol,
  [35844] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2259), 1,
      sym__eol,
  [35851] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2261), 1,
      sym_identifier,
  [35858] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2263), 1,
      sym__eol,
  [35865] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2265), 1,
      sym__eol,
  [35872] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2267), 1,
      sym__eol,
  [35879] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2269), 1,
      sym__eol,
  [35886] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2271), 1,
      anon_sym_Function,
  [35893] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2273), 1,
      sym__eol,
  [35900] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2275), 1,
      anon_sym_If,
  [35907] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2277), 1,
      sym__eol,
  [35914] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2279), 1,
      sym__eol,
  [35921] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2281), 1,
      anon_sym_Select,
  [35928] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2283), 1,
      anon_sym_If,
  [35935] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2285), 1,
      anon_sym_If,
  [35942] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2287), 1,
      anon_sym_Select,
  [35949] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2289), 1,
      anon_sym_If,
  [35956] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2291), 1,
      sym__eol,
  [35963] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2293), 1,
      sym__eol,
  [35970] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2295), 1,
      anon_sym_If,
  [35977] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2297), 1,
      sym__eol,
  [35984] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2299), 1,
      anon_sym_Select,
  [35991] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2301), 1,
      anon_sym_If,
  [35998] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2303), 1,
      sym__eol,
  [36005] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2305), 1,
      anon_sym_Select,
  [36012] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2307), 1,
      anon_sym_If,
  [36019] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2309), 1,
      sym__eol,
  [36026] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2311), 1,
      anon_sym_Select,
  [36033] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2313), 1,
      anon_sym_If,
  [36040] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2315), 1,
      anon_sym_If,
  [36047] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2317), 1,
      anon_sym_If,
  [36054] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2319), 1,
      anon_sym_If,
  [36061] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2321), 1,
      sym_identifier,
  [36068] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2323), 1,
      sym__eol,
  [36075] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2325), 1,
      anon_sym_EQ,
  [36082] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2327), 1,
      anon_sym_EQ,
  [36089] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2329), 1,
      sym__eol,
  [36096] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2331), 1,
      sym__eol,
  [36103] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2333), 1,
      sym__eol,
  [36110] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2335), 1,
      sym__eol,
  [36117] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2337), 1,
      sym__eol,
  [36124] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2339), 1,
      sym__eol,
  [36131] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2341), 1,
      sym__eol,
  [36138] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2343), 1,
      anon_sym_If,
  [36145] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2345), 1,
      anon_sym_Select,
  [36152] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2347), 1,
      anon_sym_If,
  [36159] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2349), 1,
      anon_sym_If,
  [36166] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2351), 1,
      anon_sym_Select,
  [36173] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2353), 1,
      anon_sym_If,
  [36180] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2355), 1,
      sym__eol,
  [36187] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2357), 1,
      sym__eol,
  [36194] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2359), 1,
      sym__eol,
  [36201] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2361), 1,
      sym__eol,
  [36208] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2363), 1,
      anon_sym_If,
  [36215] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2365), 1,
      anon_sym_If,
  [36222] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2367), 1,
      sym__eol,
  [36229] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2369), 1,
      sym__eol,
  [36236] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2371), 1,
      sym_identifier,
  [36243] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2373), 1,
      sym__eol,
  [36250] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2375), 1,
      sym__eol,
  [36257] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2377), 1,
      anon_sym_Select,
  [36264] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2379), 1,
      anon_sym_If,
  [36271] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2381), 1,
      anon_sym_Class,
  [36278] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2383), 1,
      anon_sym_EQ,
  [36285] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2385), 1,
      anon_sym_EQ,
  [36292] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2387), 1,
      sym__eol,
  [36299] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2389), 1,
      sym__eol,
  [36306] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2391), 1,
      anon_sym_If,
  [36313] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2393), 1,
      sym__eol,
  [36320] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2395), 1,
      sym__eol,
  [36327] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2397), 1,
      sym__eol,
  [36334] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2399), 1,
      anon_sym_If,
  [36341] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2401), 1,
      sym__eol,
  [36348] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2403), 1,
      sym__eol,
  [36355] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2405), 1,
      sym__eol,
  [36362] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2407), 1,
      sym_identifier,
  [36369] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2409), 1,
      sym__eol,
  [36376] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2411), 1,
      sym__eol,
  [36383] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2413), 1,
      sym__eol,
  [36390] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2415), 1,
      sym__eol,
  [36397] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2417), 1,
      sym__eol,
  [36404] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2419), 1,
      sym__eol,
  [36411] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2421), 1,
      sym__eol,
  [36418] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2423), 1,
      sym__eol,
  [36425] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2425), 1,
      sym__eol,
  [36432] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2427), 1,
      sym__eol,
  [36439] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2429), 1,
      sym__eol,
  [36446] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2431), 1,
      sym__eol,
  [36453] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2433), 1,
      sym__eol,
  [36460] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2435), 1,
      anon_sym_Select,
  [36467] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2437), 1,
      anon_sym_If,
  [36474] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2439), 1,
      anon_sym_Select,
  [36481] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2441), 1,
      anon_sym_EQ,
  [36488] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2443), 1,
      anon_sym_EQ,
  [36495] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2445), 1,
      anon_sym_Select,
  [36502] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2447), 1,
      anon_sym_If,
  [36509] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2449), 1,
      anon_sym_If,
  [36516] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2451), 1,
      anon_sym_If,
  [36523] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2453), 1,
      anon_sym_If,
  [36530] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2455), 1,
      sym__eol,
  [36537] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2457), 1,
      sym_identifier,
  [36544] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2459), 1,
      sym__eol,
  [36551] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2461), 1,
      sym__eol,
  [36558] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2463), 1,
      sym__eol,
  [36565] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2465), 1,
      anon_sym_Select,
  [36572] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2467), 1,
      sym_identifier,
  [36579] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2469), 1,
      sym__eol,
  [36586] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2471), 1,
      sym__eol,
  [36593] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2473), 1,
      sym__eol,
  [36600] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2475), 1,
      anon_sym_EQ,
  [36607] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1151), 1,
      sym__eol,
  [36614] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2477), 1,
      sym__eol,
  [36621] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2479), 1,
      sym__eol,
  [36628] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2481), 1,
      anon_sym_EQ,
  [36635] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2483), 1,
      sym__eol,
  [36642] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2485), 1,
      sym__eol,
  [36649] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2487), 1,
      sym__eol,
  [36656] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2489), 1,
      sym__eol,
  [36663] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2491), 1,
      sym__eol,
  [36670] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2493), 1,
      anon_sym_Select,
  [36677] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2495), 1,
      sym__eol,
  [36684] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2497), 1,
      anon_sym_EQ,
  [36691] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2499), 1,
      anon_sym_EQ,
  [36698] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2501), 1,
      sym__eol,
  [36705] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2503), 1,
      sym__eol,
  [36712] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2505), 1,
      sym__eol,
  [36719] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2507), 1,
      sym__eol,
  [36726] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2509), 1,
      sym__eol,
  [36733] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2511), 1,
      sym__eol,
  [36740] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2513), 1,
      sym__eol,
  [36747] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2515), 1,
      sym__eol,
  [36754] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2517), 1,
      sym__eol,
  [36761] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2519), 1,
      sym__eol,
  [36768] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2521), 1,
      sym__eol,
  [36775] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2523), 1,
      sym__eol,
  [36782] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2525), 1,
      anon_sym_If,
  [36789] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2527), 1,
      sym__eol,
  [36796] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2529), 1,
      sym__eol,
  [36803] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2531), 1,
      anon_sym_If,
  [36810] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2533), 1,
      anon_sym_Function,
  [36817] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2535), 1,
      anon_sym_If,
  [36824] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2537), 1,
      sym__eol,
  [36831] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2539), 1,
      anon_sym_Select,
  [36838] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2541), 1,
      sym__eol,
  [36845] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2543), 1,
      sym__eol,
  [36852] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2545), 1,
      anon_sym_If,
  [36859] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1159), 1,
      sym__eol,
  [36866] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2547), 1,
      anon_sym_Function,
  [36873] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2549), 1,
      anon_sym_Select,
  [36880] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2551), 1,
      anon_sym_Case,
  [36887] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2553), 1,
      anon_sym_EQ,
  [36894] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2555), 1,
      anon_sym_EQ,
  [36901] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2557), 1,
      sym__eol,
  [36908] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2559), 1,
      sym__eol,
  [36915] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2561), 1,
      anon_sym_If,
  [36922] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2563), 1,
      anon_sym_Sub,
  [36929] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2565), 1,
      sym__eol,
  [36936] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2567), 1,
      sym__eol,
  [36943] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2569), 1,
      sym__eol,
  [36950] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2571), 1,
      sym__eol,
  [36957] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2573), 1,
      sym__eol,
  [36964] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2575), 1,
      sym__eol,
  [36971] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2577), 1,
      anon_sym_If,
  [36978] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2579), 1,
      sym__eol,
  [36985] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2581), 1,
      sym__eol,
  [36992] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2583), 1,
      sym__eol,
  [36999] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2585), 1,
      sym__eol,
  [37006] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2587), 1,
      sym__eol,
  [37013] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2589), 1,
      sym__eol,
  [37020] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2591), 1,
      sym__eol,
  [37027] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2593), 1,
      sym__eol,
  [37034] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2595), 1,
      sym__eol,
  [37041] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2597), 1,
      sym__eol,
  [37048] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2599), 1,
      sym__eol,
  [37055] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2601), 1,
      sym__eol,
  [37062] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2603), 1,
      sym__eol,
  [37069] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2605), 1,
      sym__eol,
  [37076] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2607), 1,
      sym__eol,
  [37083] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2609), 1,
      anon_sym_If,
  [37090] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2611), 1,
      anon_sym_EQ,
  [37097] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2613), 1,
      anon_sym_EQ,
  [37104] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2615), 1,
      sym__eol,
  [37111] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2617), 1,
      anon_sym_Select,
  [37118] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2619), 1,
      anon_sym_If,
  [37125] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2621), 1,
      anon_sym_Class,
  [37132] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2623), 1,
      anon_sym_Select,
  [37139] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2625), 1,
      sym__eol,
  [37146] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2627), 1,
      anon_sym_If,
  [37153] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2629), 1,
      sym__eol,
  [37160] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2631), 1,
      sym__eol,
  [37167] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2633), 1,
      sym__eol,
  [37174] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(1163), 1,
      sym__eol,
  [37181] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2635), 1,
      sym__eol,
  [37188] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2637), 1,
      sym_identifier,
  [37195] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2639), 1,
      sym__eol,
  [37202] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2641), 1,
      sym__eol,
  [37209] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2643), 1,
      anon_sym_Select,
  [37216] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2645), 1,
      sym__eol,
  [37223] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2647), 1,
      sym__eol,
  [37230] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2649), 1,
      sym__eol,
  [37237] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2651), 1,
      sym__eol,
  [37244] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2653), 1,
      sym__eol,
  [37251] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2655), 1,
      sym__eol,
  [37258] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2657), 1,
      sym__eol,
  [37265] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2659), 1,
      sym__eol,
  [37272] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2661), 1,
      sym__eol,
  [37279] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2663), 1,
      anon_sym_If,
  [37286] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2665), 1,
      sym__eol,
  [37293] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2667), 1,
      anon_sym_EQ,
  [37300] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2669), 1,
      anon_sym_EQ,
  [37307] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2671), 1,
      sym__eol,
  [37314] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2673), 1,
      sym__eol,
  [37321] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2675), 1,
      sym__eol,
  [37328] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2677), 1,
      sym__eol,
  [37335] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2679), 1,
      sym__eol,
  [37342] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2681), 1,
      sym__eol,
  [37349] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2683), 1,
      sym__eol,
  [37356] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2685), 1,
      sym__eol,
  [37363] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2687), 1,
      sym__eol,
  [37370] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2689), 1,
      sym__eol,
  [37377] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2691), 1,
      sym__eol,
  [37384] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2693), 1,
      anon_sym_If,
  [37391] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2695), 1,
      anon_sym_If,
  [37398] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2697), 1,
      anon_sym_If,
  [37405] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2699), 1,
      sym_identifier,
  [37412] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2701), 1,
      sym_identifier,
  [37419] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2703), 1,
      anon_sym_If,
  [37426] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2705), 1,
      anon_sym_Select,
  [37433] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2707), 1,
      sym__eol,
  [37440] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2709), 1,
      anon_sym_Select,
  [37447] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2711), 1,
      sym__eol,
  [37454] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2713), 1,
      sym__eol,
  [37461] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2715), 1,
      anon_sym_Select,
  [37468] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2105), 1,
      sym__eol,
  [37475] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2717), 1,
      anon_sym_If,
  [37482] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2719), 1,
      sym__eol,
  [37489] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2721), 1,
      sym_identifier,
  [37496] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2723), 1,
      sym_identifier,
  [37503] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2725), 1,
      sym__eol,
  [37510] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2727), 1,
      sym__eol,
  [37517] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2729), 1,
      sym__eol,
  [37524] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2731), 1,
      sym__eol,
  [37531] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2733), 1,
      sym__eol,
  [37538] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2735), 1,
      sym__eol,
  [37545] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2737), 1,
      sym__eol,
  [37552] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2739), 1,
      sym__eol,
  [37559] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2741), 1,
      sym__eol,
  [37566] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2743), 1,
      sym__eol,
  [37573] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2745), 1,
      sym__eol,
  [37580] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2747), 1,
      sym__eol,
  [37587] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2749), 1,
      sym__eol,
  [37594] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2751), 1,
      sym__eol,
  [37601] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2753), 1,
      sym__eol,
  [37608] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2755), 1,
      sym_identifier,
  [37615] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2757), 1,
      sym_identifier,
  [37622] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2759), 1,
      sym__eol,
  [37629] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2761), 1,
      sym__eol,
  [37636] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2763), 1,
      sym__eol,
  [37643] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2765), 1,
      sym__eol,
  [37650] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2767), 1,
      sym__eol,
  [37657] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2769), 1,
      sym__eol,
  [37664] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2771), 1,
      sym__eol,
  [37671] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2773), 1,
      sym__eol,
  [37678] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2775), 1,
      sym__eol,
  [37685] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2777), 1,
      sym__eol,
  [37692] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2779), 1,
      sym__eol,
  [37699] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2781), 1,
      sym__eol,
  [37706] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2783), 1,
      sym__eol,
  [37713] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2785), 1,
      sym__eol,
  [37720] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2787), 1,
      sym__eol,
  [37727] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2789), 1,
      sym_identifier,
  [37734] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2791), 1,
      sym_identifier,
  [37741] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2793), 1,
      anon_sym_Select,
  [37748] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2795), 1,
      sym__eol,
  [37755] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2797), 1,
      sym__eol,
  [37762] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2799), 1,
      sym__eol,
  [37769] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2801), 1,
      sym__eol,
  [37776] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2803), 1,
      sym__eol,
  [37783] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2805), 1,
      sym__eol,
  [37790] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2807), 1,
      sym__eol,
  [37797] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2809), 1,
      sym__eol,
  [37804] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2811), 1,
      sym__eol,
  [37811] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2813), 1,
      sym__eol,
  [37818] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2815), 1,
      sym__eol,
  [37825] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2817), 1,
      sym__eol,
  [37832] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2819), 1,
      sym__eol,
  [37839] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2821), 1,
      sym__eol,
  [37846] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2823), 1,
      sym_identifier,
  [37853] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2825), 1,
      sym_identifier,
  [37860] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2827), 1,
      sym__eol,
  [37867] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2829), 1,
      sym__eol,
  [37874] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2831), 1,
      sym__eol,
  [37881] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2833), 1,
      sym__eol,
  [37888] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2835), 1,
      sym__eol,
  [37895] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2837), 1,
      sym__eol,
  [37902] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2839), 1,
      sym__eol,
  [37909] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2841), 1,
      sym__eol,
  [37916] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2843), 1,
      sym__eol,
  [37923] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2845), 1,
      sym__eol,
  [37930] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2847), 1,
      sym__eol,
  [37937] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2849), 1,
      sym__eol,
  [37944] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2851), 1,
      sym__eol,
  [37951] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2853), 1,
      sym__eol,
  [37958] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2855), 1,
      sym__eol,
  [37965] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2857), 1,
      sym_identifier,
  [37972] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2859), 1,
      sym_identifier,
  [37979] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2861), 1,
      sym__eol,
  [37986] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2863), 1,
      sym__eol,
  [37993] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2865), 1,
      sym__eol,
  [38000] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2867), 1,
      sym__eol,
  [38007] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2869), 1,
      sym__eol,
  [38014] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2871), 1,
      sym__eol,
  [38021] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2873), 1,
      sym__eol,
  [38028] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2875), 1,
      sym__eol,
  [38035] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2877), 1,
      sym__eol,
  [38042] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2879), 1,
      sym__eol,
  [38049] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2881), 1,
      sym__eol,
  [38056] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2883), 1,
      sym__eol,
  [38063] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2885), 1,
      sym__eol,
  [38070] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2887), 1,
      sym__eol,
  [38077] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2889), 1,
      anon_sym_Select,
  [38084] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2891), 1,
      sym_identifier,
  [38091] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2893), 1,
      sym_identifier,
  [38098] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2895), 1,
      anon_sym_If,
  [38105] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2897), 1,
      sym__eol,
  [38112] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2899), 1,
      anon_sym_If,
  [38119] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2901), 1,
      sym__eol,
  [38126] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2903), 1,
      sym__eol,
  [38133] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2905), 1,
      sym__eol,
  [38140] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2907), 1,
      sym__eol,
  [38147] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2909), 1,
      sym__eol,
  [38154] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2911), 1,
      anon_sym_If,
  [38161] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2913), 1,
      sym__eol,
  [38168] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2915), 1,
      sym__eol,
  [38175] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2917), 1,
      sym__eol,
  [38182] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2919), 1,
      sym__eol,
  [38189] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2921), 1,
      sym__eol,
  [38196] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2923), 1,
      anon_sym_Sub,
  [38203] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2925), 1,
      sym_identifier,
  [38210] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2927), 1,
      sym_identifier,
  [38217] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2929), 1,
      anon_sym_Sub,
  [38224] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2931), 1,
      sym__eol,
  [38231] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2933), 1,
      sym__eol,
  [38238] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2935), 1,
      sym__eol,
  [38245] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2937), 1,
      anon_sym_Select,
  [38252] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2939), 1,
      sym__eol,
  [38259] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2941), 1,
      sym__eol,
  [38266] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2943), 1,
      sym__eol,
  [38273] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2945), 1,
      sym__eol,
  [38280] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2947), 1,
      sym__eol,
  [38287] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2949), 1,
      sym__eol,
  [38294] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2951), 1,
      sym__eol,
  [38301] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2953), 1,
      sym__eol,
  [38308] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2955), 1,
      sym__eol,
  [38315] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2957), 1,
      sym__eol,
  [38322] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2959), 1,
      anon_sym_Function,
  [38329] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2961), 1,
      anon_sym_If,
  [38336] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2963), 1,
      anon_sym_If,
  [38343] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2965), 1,
      sym__eol,
  [38350] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2967), 1,
      sym__eol,
  [38357] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2969), 1,
      sym__eol,
  [38364] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2971), 1,
      anon_sym_Select,
  [38371] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2973), 1,
      anon_sym_If,
  [38378] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2975), 1,
      sym__eol,
  [38385] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2977), 1,
      sym__eol,
  [38392] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2979), 1,
      anon_sym_If,
  [38399] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2981), 1,
      sym__eol,
  [38406] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2983), 1,
      sym__eol,
  [38413] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2985), 1,
      sym__eol,
  [38420] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2987), 1,
      sym__eol,
  [38427] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2989), 1,
      sym__eol,
  [38434] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2991), 1,
      sym__eol,
  [38441] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2993), 1,
      sym__eol,
  [38448] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2995), 1,
      sym__eol,
  [38455] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2997), 1,
      sym__eol,
  [38462] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(2999), 1,
      sym__eol,
  [38469] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3001), 1,
      sym__eol,
  [38476] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3003), 1,
      sym__eol,
  [38483] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3005), 1,
      sym__eol,
  [38490] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3007), 1,
      sym__eol,
  [38497] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3009), 1,
      sym__eol,
  [38504] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3011), 1,
      sym__eol,
  [38511] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3013), 1,
      sym__eol,
  [38518] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3015), 1,
      sym_identifier,
  [38525] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3017), 1,
      sym_identifier,
  [38532] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3019), 1,
      sym_identifier,
  [38539] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3021), 1,
      sym__eol,
  [38546] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3023), 1,
      sym__eol,
  [38553] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3025), 1,
      anon_sym_If,
  [38560] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3027), 1,
      sym_identifier,
  [38567] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3029), 1,
      anon_sym_If,
  [38574] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(2125), 1,
      anon_sym_COMMA,
  [38581] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3031), 1,
      sym__eol,
  [38588] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3033), 1,
      anon_sym_Select,
  [38595] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3035), 1,
      sym_identifier,
  [38602] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3037), 1,
      anon_sym_If,
  [38609] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3039), 1,
      anon_sym_If,
  [38616] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3041), 1,
      sym__eol,
  [38623] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3043), 1,
      anon_sym_Select,
  [38630] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3045), 1,
      anon_sym_If,
  [38637] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3047), 1,
      sym__eol,
  [38644] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3049), 1,
      anon_sym_Select,
  [38651] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3051), 1,
      anon_sym_If,
  [38658] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3053), 1,
      sym__eol,
  [38665] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3055), 1,
      anon_sym_Case,
  [38672] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3057), 1,
      sym__eol,
  [38679] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3059), 1,
      anon_sym_If,
  [38686] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3061), 1,
      anon_sym_Sub,
  [38693] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3063), 1,
      anon_sym_Select,
  [38700] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3065), 1,
      anon_sym_Case,
  [38707] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3067), 1,
      anon_sym_If,
  [38714] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3069), 1,
      sym__eol,
  [38721] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3071), 1,
      anon_sym_Select,
  [38728] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3073), 1,
      anon_sym_If,
  [38735] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3075), 1,
      anon_sym_Case,
  [38742] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3077), 1,
      anon_sym_Function,
  [38749] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3079), 1,
      anon_sym_Select,
  [38756] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3081), 1,
      anon_sym_If,
  [38763] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3083), 1,
      anon_sym_If,
  [38770] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3085), 1,
      anon_sym_Case,
  [38777] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3087), 1,
      anon_sym_If,
  [38784] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3089), 1,
      anon_sym_If,
  [38791] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3091), 1,
      sym_identifier,
  [38798] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3093), 1,
      sym_identifier,
  [38805] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3095), 1,
      anon_sym_Case,
  [38812] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3097), 1,
      sym__eol,
  [38819] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3099), 1,
      sym__eol,
  [38826] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3101), 1,
      anon_sym_If,
  [38833] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3103), 1,
      anon_sym_Select,
  [38840] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3105), 1,
      anon_sym_Case,
  [38847] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3107), 1,
      sym_identifier,
  [38854] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3109), 1,
      sym_identifier,
  [38861] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3111), 1,
      sym__eol,
  [38868] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3113), 1,
      sym_identifier,
  [38875] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3115), 1,
      anon_sym_Case,
  [38882] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3117), 1,
      sym__eol,
  [38889] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3119), 1,
      anon_sym_If,
  [38896] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3121), 1,
      anon_sym_Function,
  [38903] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3123), 1,
      anon_sym_EQ,
  [38910] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3125), 1,
      anon_sym_EQ,
  [38917] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3127), 1,
      anon_sym_EQ,
  [38924] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3129), 1,
      anon_sym_EQ,
  [38931] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3131), 1,
      anon_sym_EQ,
  [38938] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3133), 1,
      anon_sym_EQ,
  [38945] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3135), 1,
      anon_sym_EQ,
  [38952] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3137), 1,
      sym_identifier,
  [38959] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3139), 1,
      sym_identifier,
  [38966] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3141), 1,
      sym_identifier,
  [38973] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3143), 1,
      sym_identifier,
  [38980] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3145), 1,
      sym_identifier,
  [38987] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3147), 1,
      sym_identifier,
  [38994] = 2,
    ACTIONS(1724), 1,
      sym_comment,
    ACTIONS(3149), 1,
      sym_identifier,
  [39001] = 2,
    ACTIONS(3), 1,
      sym_comment,
    ACTIONS(3151), 1,
      sym__eol,
};

static const uint32_t ts_small_parse_table_map[] = {
  [SMALL_STATE(2)] = 0,
  [SMALL_STATE(3)] = 76,
  [SMALL_STATE(4)] = 152,
  [SMALL_STATE(5)] = 215,
  [SMALL_STATE(6)] = 278,
  [SMALL_STATE(7)] = 337,
  [SMALL_STATE(8)] = 400,
  [SMALL_STATE(9)] = 463,
  [SMALL_STATE(10)] = 526,
  [SMALL_STATE(11)] = 589,
  [SMALL_STATE(12)] = 652,
  [SMALL_STATE(13)] = 715,
  [SMALL_STATE(14)] = 778,
  [SMALL_STATE(15)] = 841,
  [SMALL_STATE(16)] = 904,
  [SMALL_STATE(17)] = 967,
  [SMALL_STATE(18)] = 1030,
  [SMALL_STATE(19)] = 1093,
  [SMALL_STATE(20)] = 1156,
  [SMALL_STATE(21)] = 1219,
  [SMALL_STATE(22)] = 1279,
  [SMALL_STATE(23)] = 1337,
  [SMALL_STATE(24)] = 1397,
  [SMALL_STATE(25)] = 1457,
  [SMALL_STATE(26)] = 1517,
  [SMALL_STATE(27)] = 1575,
  [SMALL_STATE(28)] = 1635,
  [SMALL_STATE(29)] = 1693,
  [SMALL_STATE(30)] = 1753,
  [SMALL_STATE(31)] = 1813,
  [SMALL_STATE(32)] = 1873,
  [SMALL_STATE(33)] = 1933,
  [SMALL_STATE(34)] = 1993,
  [SMALL_STATE(35)] = 2053,
  [SMALL_STATE(36)] = 2113,
  [SMALL_STATE(37)] = 2173,
  [SMALL_STATE(38)] = 2233,
  [SMALL_STATE(39)] = 2293,
  [SMALL_STATE(40)] = 2353,
  [SMALL_STATE(41)] = 2413,
  [SMALL_STATE(42)] = 2473,
  [SMALL_STATE(43)] = 2533,
  [SMALL_STATE(44)] = 2593,
  [SMALL_STATE(45)] = 2653,
  [SMALL_STATE(46)] = 2713,
  [SMALL_STATE(47)] = 2773,
  [SMALL_STATE(48)] = 2833,
  [SMALL_STATE(49)] = 2893,
  [SMALL_STATE(50)] = 2953,
  [SMALL_STATE(51)] = 3011,
  [SMALL_STATE(52)] = 3071,
  [SMALL_STATE(53)] = 3131,
  [SMALL_STATE(54)] = 3191,
  [SMALL_STATE(55)] = 3251,
  [SMALL_STATE(56)] = 3311,
  [SMALL_STATE(57)] = 3371,
  [SMALL_STATE(58)] = 3428,
  [SMALL_STATE(59)] = 3485,
  [SMALL_STATE(60)] = 3542,
  [SMALL_STATE(61)] = 3599,
  [SMALL_STATE(62)] = 3656,
  [SMALL_STATE(63)] = 3713,
  [SMALL_STATE(64)] = 3770,
  [SMALL_STATE(65)] = 3827,
  [SMALL_STATE(66)] = 3884,
  [SMALL_STATE(67)] = 3941,
  [SMALL_STATE(68)] = 3998,
  [SMALL_STATE(69)] = 4055,
  [SMALL_STATE(70)] = 4112,
  [SMALL_STATE(71)] = 4169,
  [SMALL_STATE(72)] = 4226,
  [SMALL_STATE(73)] = 4283,
  [SMALL_STATE(74)] = 4340,
  [SMALL_STATE(75)] = 4397,
  [SMALL_STATE(76)] = 4454,
  [SMALL_STATE(77)] = 4511,
  [SMALL_STATE(78)] = 4568,
  [SMALL_STATE(79)] = 4625,
  [SMALL_STATE(80)] = 4682,
  [SMALL_STATE(81)] = 4739,
  [SMALL_STATE(82)] = 4796,
  [SMALL_STATE(83)] = 4853,
  [SMALL_STATE(84)] = 4910,
  [SMALL_STATE(85)] = 4967,
  [SMALL_STATE(86)] = 5024,
  [SMALL_STATE(87)] = 5081,
  [SMALL_STATE(88)] = 5138,
  [SMALL_STATE(89)] = 5195,
  [SMALL_STATE(90)] = 5252,
  [SMALL_STATE(91)] = 5309,
  [SMALL_STATE(92)] = 5366,
  [SMALL_STATE(93)] = 5423,
  [SMALL_STATE(94)] = 5480,
  [SMALL_STATE(95)] = 5537,
  [SMALL_STATE(96)] = 5594,
  [SMALL_STATE(97)] = 5651,
  [SMALL_STATE(98)] = 5708,
  [SMALL_STATE(99)] = 5765,
  [SMALL_STATE(100)] = 5822,
  [SMALL_STATE(101)] = 5879,
  [SMALL_STATE(102)] = 5936,
  [SMALL_STATE(103)] = 5993,
  [SMALL_STATE(104)] = 6050,
  [SMALL_STATE(105)] = 6107,
  [SMALL_STATE(106)] = 6164,
  [SMALL_STATE(107)] = 6221,
  [SMALL_STATE(108)] = 6278,
  [SMALL_STATE(109)] = 6335,
  [SMALL_STATE(110)] = 6392,
  [SMALL_STATE(111)] = 6449,
  [SMALL_STATE(112)] = 6506,
  [SMALL_STATE(113)] = 6563,
  [SMALL_STATE(114)] = 6620,
  [SMALL_STATE(115)] = 6677,
  [SMALL_STATE(116)] = 6734,
  [SMALL_STATE(117)] = 6791,
  [SMALL_STATE(118)] = 6848,
  [SMALL_STATE(119)] = 6905,
  [SMALL_STATE(120)] = 6962,
  [SMALL_STATE(121)] = 7019,
  [SMALL_STATE(122)] = 7076,
  [SMALL_STATE(123)] = 7133,
  [SMALL_STATE(124)] = 7190,
  [SMALL_STATE(125)] = 7247,
  [SMALL_STATE(126)] = 7304,
  [SMALL_STATE(127)] = 7361,
  [SMALL_STATE(128)] = 7418,
  [SMALL_STATE(129)] = 7475,
  [SMALL_STATE(130)] = 7532,
  [SMALL_STATE(131)] = 7589,
  [SMALL_STATE(132)] = 7646,
  [SMALL_STATE(133)] = 7703,
  [SMALL_STATE(134)] = 7760,
  [SMALL_STATE(135)] = 7817,
  [SMALL_STATE(136)] = 7874,
  [SMALL_STATE(137)] = 7931,
  [SMALL_STATE(138)] = 7988,
  [SMALL_STATE(139)] = 8045,
  [SMALL_STATE(140)] = 8102,
  [SMALL_STATE(141)] = 8159,
  [SMALL_STATE(142)] = 8216,
  [SMALL_STATE(143)] = 8273,
  [SMALL_STATE(144)] = 8330,
  [SMALL_STATE(145)] = 8387,
  [SMALL_STATE(146)] = 8444,
  [SMALL_STATE(147)] = 8501,
  [SMALL_STATE(148)] = 8558,
  [SMALL_STATE(149)] = 8615,
  [SMALL_STATE(150)] = 8672,
  [SMALL_STATE(151)] = 8729,
  [SMALL_STATE(152)] = 8786,
  [SMALL_STATE(153)] = 8843,
  [SMALL_STATE(154)] = 8900,
  [SMALL_STATE(155)] = 8957,
  [SMALL_STATE(156)] = 9014,
  [SMALL_STATE(157)] = 9071,
  [SMALL_STATE(158)] = 9128,
  [SMALL_STATE(159)] = 9185,
  [SMALL_STATE(160)] = 9242,
  [SMALL_STATE(161)] = 9299,
  [SMALL_STATE(162)] = 9356,
  [SMALL_STATE(163)] = 9413,
  [SMALL_STATE(164)] = 9470,
  [SMALL_STATE(165)] = 9527,
  [SMALL_STATE(166)] = 9584,
  [SMALL_STATE(167)] = 9641,
  [SMALL_STATE(168)] = 9698,
  [SMALL_STATE(169)] = 9755,
  [SMALL_STATE(170)] = 9812,
  [SMALL_STATE(171)] = 9869,
  [SMALL_STATE(172)] = 9926,
  [SMALL_STATE(173)] = 9983,
  [SMALL_STATE(174)] = 10040,
  [SMALL_STATE(175)] = 10097,
  [SMALL_STATE(176)] = 10154,
  [SMALL_STATE(177)] = 10211,
  [SMALL_STATE(178)] = 10268,
  [SMALL_STATE(179)] = 10325,
  [SMALL_STATE(180)] = 10382,
  [SMALL_STATE(181)] = 10439,
  [SMALL_STATE(182)] = 10496,
  [SMALL_STATE(183)] = 10553,
  [SMALL_STATE(184)] = 10610,
  [SMALL_STATE(185)] = 10667,
  [SMALL_STATE(186)] = 10724,
  [SMALL_STATE(187)] = 10781,
  [SMALL_STATE(188)] = 10838,
  [SMALL_STATE(189)] = 10895,
  [SMALL_STATE(190)] = 10952,
  [SMALL_STATE(191)] = 11009,
  [SMALL_STATE(192)] = 11066,
  [SMALL_STATE(193)] = 11123,
  [SMALL_STATE(194)] = 11180,
  [SMALL_STATE(195)] = 11237,
  [SMALL_STATE(196)] = 11294,
  [SMALL_STATE(197)] = 11351,
  [SMALL_STATE(198)] = 11408,
  [SMALL_STATE(199)] = 11465,
  [SMALL_STATE(200)] = 11522,
  [SMALL_STATE(201)] = 11579,
  [SMALL_STATE(202)] = 11636,
  [SMALL_STATE(203)] = 11693,
  [SMALL_STATE(204)] = 11750,
  [SMALL_STATE(205)] = 11807,
  [SMALL_STATE(206)] = 11864,
  [SMALL_STATE(207)] = 11921,
  [SMALL_STATE(208)] = 11978,
  [SMALL_STATE(209)] = 12035,
  [SMALL_STATE(210)] = 12092,
  [SMALL_STATE(211)] = 12149,
  [SMALL_STATE(212)] = 12206,
  [SMALL_STATE(213)] = 12263,
  [SMALL_STATE(214)] = 12320,
  [SMALL_STATE(215)] = 12377,
  [SMALL_STATE(216)] = 12434,
  [SMALL_STATE(217)] = 12491,
  [SMALL_STATE(218)] = 12548,
  [SMALL_STATE(219)] = 12605,
  [SMALL_STATE(220)] = 12662,
  [SMALL_STATE(221)] = 12719,
  [SMALL_STATE(222)] = 12776,
  [SMALL_STATE(223)] = 12833,
  [SMALL_STATE(224)] = 12890,
  [SMALL_STATE(225)] = 12947,
  [SMALL_STATE(226)] = 13004,
  [SMALL_STATE(227)] = 13061,
  [SMALL_STATE(228)] = 13118,
  [SMALL_STATE(229)] = 13175,
  [SMALL_STATE(230)] = 13232,
  [SMALL_STATE(231)] = 13289,
  [SMALL_STATE(232)] = 13346,
  [SMALL_STATE(233)] = 13403,
  [SMALL_STATE(234)] = 13460,
  [SMALL_STATE(235)] = 13517,
  [SMALL_STATE(236)] = 13574,
  [SMALL_STATE(237)] = 13631,
  [SMALL_STATE(238)] = 13688,
  [SMALL_STATE(239)] = 13745,
  [SMALL_STATE(240)] = 13802,
  [SMALL_STATE(241)] = 13859,
  [SMALL_STATE(242)] = 13916,
  [SMALL_STATE(243)] = 13973,
  [SMALL_STATE(244)] = 14030,
  [SMALL_STATE(245)] = 14087,
  [SMALL_STATE(246)] = 14144,
  [SMALL_STATE(247)] = 14201,
  [SMALL_STATE(248)] = 14258,
  [SMALL_STATE(249)] = 14315,
  [SMALL_STATE(250)] = 14372,
  [SMALL_STATE(251)] = 14429,
  [SMALL_STATE(252)] = 14486,
  [SMALL_STATE(253)] = 14543,
  [SMALL_STATE(254)] = 14600,
  [SMALL_STATE(255)] = 14657,
  [SMALL_STATE(256)] = 14714,
  [SMALL_STATE(257)] = 14771,
  [SMALL_STATE(258)] = 14828,
  [SMALL_STATE(259)] = 14885,
  [SMALL_STATE(260)] = 14942,
  [SMALL_STATE(261)] = 14999,
  [SMALL_STATE(262)] = 15056,
  [SMALL_STATE(263)] = 15113,
  [SMALL_STATE(264)] = 15170,
  [SMALL_STATE(265)] = 15227,
  [SMALL_STATE(266)] = 15284,
  [SMALL_STATE(267)] = 15341,
  [SMALL_STATE(268)] = 15376,
  [SMALL_STATE(269)] = 15428,
  [SMALL_STATE(270)] = 15480,
  [SMALL_STATE(271)] = 15532,
  [SMALL_STATE(272)] = 15584,
  [SMALL_STATE(273)] = 15636,
  [SMALL_STATE(274)] = 15688,
  [SMALL_STATE(275)] = 15740,
  [SMALL_STATE(276)] = 15789,
  [SMALL_STATE(277)] = 15818,
  [SMALL_STATE(278)] = 15847,
  [SMALL_STATE(279)] = 15876,
  [SMALL_STATE(280)] = 15925,
  [SMALL_STATE(281)] = 15954,
  [SMALL_STATE(282)] = 15983,
  [SMALL_STATE(283)] = 16012,
  [SMALL_STATE(284)] = 16041,
  [SMALL_STATE(285)] = 16070,
  [SMALL_STATE(286)] = 16107,
  [SMALL_STATE(287)] = 16136,
  [SMALL_STATE(288)] = 16165,
  [SMALL_STATE(289)] = 16194,
  [SMALL_STATE(290)] = 16223,
  [SMALL_STATE(291)] = 16272,
  [SMALL_STATE(292)] = 16303,
  [SMALL_STATE(293)] = 16352,
  [SMALL_STATE(294)] = 16401,
  [SMALL_STATE(295)] = 16450,
  [SMALL_STATE(296)] = 16479,
  [SMALL_STATE(297)] = 16528,
  [SMALL_STATE(298)] = 16577,
  [SMALL_STATE(299)] = 16626,
  [SMALL_STATE(300)] = 16675,
  [SMALL_STATE(301)] = 16724,
  [SMALL_STATE(302)] = 16773,
  [SMALL_STATE(303)] = 16822,
  [SMALL_STATE(304)] = 16871,
  [SMALL_STATE(305)] = 16920,
  [SMALL_STATE(306)] = 16969,
  [SMALL_STATE(307)] = 17015,
  [SMALL_STATE(308)] = 17061,
  [SMALL_STATE(309)] = 17107,
  [SMALL_STATE(310)] = 17153,
  [SMALL_STATE(311)] = 17199,
  [SMALL_STATE(312)] = 17245,
  [SMALL_STATE(313)] = 17291,
  [SMALL_STATE(314)] = 17337,
  [SMALL_STATE(315)] = 17383,
  [SMALL_STATE(316)] = 17429,
  [SMALL_STATE(317)] = 17475,
  [SMALL_STATE(318)] = 17521,
  [SMALL_STATE(319)] = 17567,
  [SMALL_STATE(320)] = 17613,
  [SMALL_STATE(321)] = 17659,
  [SMALL_STATE(322)] = 17705,
  [SMALL_STATE(323)] = 17751,
  [SMALL_STATE(324)] = 17797,
  [SMALL_STATE(325)] = 17843,
  [SMALL_STATE(326)] = 17889,
  [SMALL_STATE(327)] = 17935,
  [SMALL_STATE(328)] = 17981,
  [SMALL_STATE(329)] = 18027,
  [SMALL_STATE(330)] = 18073,
  [SMALL_STATE(331)] = 18119,
  [SMALL_STATE(332)] = 18165,
  [SMALL_STATE(333)] = 18211,
  [SMALL_STATE(334)] = 18257,
  [SMALL_STATE(335)] = 18303,
  [SMALL_STATE(336)] = 18349,
  [SMALL_STATE(337)] = 18395,
  [SMALL_STATE(338)] = 18441,
  [SMALL_STATE(339)] = 18487,
  [SMALL_STATE(340)] = 18533,
  [SMALL_STATE(341)] = 18579,
  [SMALL_STATE(342)] = 18625,
  [SMALL_STATE(343)] = 18671,
  [SMALL_STATE(344)] = 18717,
  [SMALL_STATE(345)] = 18763,
  [SMALL_STATE(346)] = 18809,
  [SMALL_STATE(347)] = 18855,
  [SMALL_STATE(348)] = 18901,
  [SMALL_STATE(349)] = 18947,
  [SMALL_STATE(350)] = 18993,
  [SMALL_STATE(351)] = 19039,
  [SMALL_STATE(352)] = 19085,
  [SMALL_STATE(353)] = 19131,
  [SMALL_STATE(354)] = 19177,
  [SMALL_STATE(355)] = 19223,
  [SMALL_STATE(356)] = 19269,
  [SMALL_STATE(357)] = 19315,
  [SMALL_STATE(358)] = 19361,
  [SMALL_STATE(359)] = 19407,
  [SMALL_STATE(360)] = 19453,
  [SMALL_STATE(361)] = 19499,
  [SMALL_STATE(362)] = 19545,
  [SMALL_STATE(363)] = 19591,
  [SMALL_STATE(364)] = 19637,
  [SMALL_STATE(365)] = 19683,
  [SMALL_STATE(366)] = 19729,
  [SMALL_STATE(367)] = 19775,
  [SMALL_STATE(368)] = 19821,
  [SMALL_STATE(369)] = 19867,
  [SMALL_STATE(370)] = 19913,
  [SMALL_STATE(371)] = 19959,
  [SMALL_STATE(372)] = 20005,
  [SMALL_STATE(373)] = 20051,
  [SMALL_STATE(374)] = 20097,
  [SMALL_STATE(375)] = 20143,
  [SMALL_STATE(376)] = 20189,
  [SMALL_STATE(377)] = 20235,
  [SMALL_STATE(378)] = 20281,
  [SMALL_STATE(379)] = 20327,
  [SMALL_STATE(380)] = 20373,
  [SMALL_STATE(381)] = 20419,
  [SMALL_STATE(382)] = 20465,
  [SMALL_STATE(383)] = 20511,
  [SMALL_STATE(384)] = 20557,
  [SMALL_STATE(385)] = 20603,
  [SMALL_STATE(386)] = 20649,
  [SMALL_STATE(387)] = 20695,
  [SMALL_STATE(388)] = 20741,
  [SMALL_STATE(389)] = 20787,
  [SMALL_STATE(390)] = 20833,
  [SMALL_STATE(391)] = 20879,
  [SMALL_STATE(392)] = 20925,
  [SMALL_STATE(393)] = 20971,
  [SMALL_STATE(394)] = 21017,
  [SMALL_STATE(395)] = 21063,
  [SMALL_STATE(396)] = 21109,
  [SMALL_STATE(397)] = 21155,
  [SMALL_STATE(398)] = 21201,
  [SMALL_STATE(399)] = 21247,
  [SMALL_STATE(400)] = 21293,
  [SMALL_STATE(401)] = 21339,
  [SMALL_STATE(402)] = 21385,
  [SMALL_STATE(403)] = 21431,
  [SMALL_STATE(404)] = 21477,
  [SMALL_STATE(405)] = 21523,
  [SMALL_STATE(406)] = 21569,
  [SMALL_STATE(407)] = 21615,
  [SMALL_STATE(408)] = 21661,
  [SMALL_STATE(409)] = 21707,
  [SMALL_STATE(410)] = 21753,
  [SMALL_STATE(411)] = 21799,
  [SMALL_STATE(412)] = 21845,
  [SMALL_STATE(413)] = 21891,
  [SMALL_STATE(414)] = 21937,
  [SMALL_STATE(415)] = 21983,
  [SMALL_STATE(416)] = 22029,
  [SMALL_STATE(417)] = 22075,
  [SMALL_STATE(418)] = 22121,
  [SMALL_STATE(419)] = 22167,
  [SMALL_STATE(420)] = 22213,
  [SMALL_STATE(421)] = 22259,
  [SMALL_STATE(422)] = 22305,
  [SMALL_STATE(423)] = 22351,
  [SMALL_STATE(424)] = 22397,
  [SMALL_STATE(425)] = 22443,
  [SMALL_STATE(426)] = 22489,
  [SMALL_STATE(427)] = 22535,
  [SMALL_STATE(428)] = 22581,
  [SMALL_STATE(429)] = 22627,
  [SMALL_STATE(430)] = 22673,
  [SMALL_STATE(431)] = 22719,
  [SMALL_STATE(432)] = 22765,
  [SMALL_STATE(433)] = 22811,
  [SMALL_STATE(434)] = 22857,
  [SMALL_STATE(435)] = 22903,
  [SMALL_STATE(436)] = 22949,
  [SMALL_STATE(437)] = 22995,
  [SMALL_STATE(438)] = 23020,
  [SMALL_STATE(439)] = 23057,
  [SMALL_STATE(440)] = 23094,
  [SMALL_STATE(441)] = 23131,
  [SMALL_STATE(442)] = 23168,
  [SMALL_STATE(443)] = 23193,
  [SMALL_STATE(444)] = 23218,
  [SMALL_STATE(445)] = 23255,
  [SMALL_STATE(446)] = 23280,
  [SMALL_STATE(447)] = 23305,
  [SMALL_STATE(448)] = 23330,
  [SMALL_STATE(449)] = 23355,
  [SMALL_STATE(450)] = 23380,
  [SMALL_STATE(451)] = 23405,
  [SMALL_STATE(452)] = 23430,
  [SMALL_STATE(453)] = 23455,
  [SMALL_STATE(454)] = 23480,
  [SMALL_STATE(455)] = 23515,
  [SMALL_STATE(456)] = 23540,
  [SMALL_STATE(457)] = 23565,
  [SMALL_STATE(458)] = 23590,
  [SMALL_STATE(459)] = 23615,
  [SMALL_STATE(460)] = 23640,
  [SMALL_STATE(461)] = 23665,
  [SMALL_STATE(462)] = 23690,
  [SMALL_STATE(463)] = 23715,
  [SMALL_STATE(464)] = 23740,
  [SMALL_STATE(465)] = 23765,
  [SMALL_STATE(466)] = 23790,
  [SMALL_STATE(467)] = 23815,
  [SMALL_STATE(468)] = 23840,
  [SMALL_STATE(469)] = 23865,
  [SMALL_STATE(470)] = 23902,
  [SMALL_STATE(471)] = 23927,
  [SMALL_STATE(472)] = 23952,
  [SMALL_STATE(473)] = 23977,
  [SMALL_STATE(474)] = 24002,
  [SMALL_STATE(475)] = 24027,
  [SMALL_STATE(476)] = 24052,
  [SMALL_STATE(477)] = 24077,
  [SMALL_STATE(478)] = 24102,
  [SMALL_STATE(479)] = 24127,
  [SMALL_STATE(480)] = 24152,
  [SMALL_STATE(481)] = 24177,
  [SMALL_STATE(482)] = 24212,
  [SMALL_STATE(483)] = 24237,
  [SMALL_STATE(484)] = 24262,
  [SMALL_STATE(485)] = 24287,
  [SMALL_STATE(486)] = 24322,
  [SMALL_STATE(487)] = 24347,
  [SMALL_STATE(488)] = 24372,
  [SMALL_STATE(489)] = 24397,
  [SMALL_STATE(490)] = 24422,
  [SMALL_STATE(491)] = 24447,
  [SMALL_STATE(492)] = 24472,
  [SMALL_STATE(493)] = 24497,
  [SMALL_STATE(494)] = 24522,
  [SMALL_STATE(495)] = 24547,
  [SMALL_STATE(496)] = 24572,
  [SMALL_STATE(497)] = 24597,
  [SMALL_STATE(498)] = 24622,
  [SMALL_STATE(499)] = 24647,
  [SMALL_STATE(500)] = 24672,
  [SMALL_STATE(501)] = 24707,
  [SMALL_STATE(502)] = 24732,
  [SMALL_STATE(503)] = 24757,
  [SMALL_STATE(504)] = 24790,
  [SMALL_STATE(505)] = 24815,
  [SMALL_STATE(506)] = 24840,
  [SMALL_STATE(507)] = 24865,
  [SMALL_STATE(508)] = 24890,
  [SMALL_STATE(509)] = 24915,
  [SMALL_STATE(510)] = 24940,
  [SMALL_STATE(511)] = 24965,
  [SMALL_STATE(512)] = 25000,
  [SMALL_STATE(513)] = 25025,
  [SMALL_STATE(514)] = 25050,
  [SMALL_STATE(515)] = 25085,
  [SMALL_STATE(516)] = 25120,
  [SMALL_STATE(517)] = 25155,
  [SMALL_STATE(518)] = 25180,
  [SMALL_STATE(519)] = 25212,
  [SMALL_STATE(520)] = 25246,
  [SMALL_STATE(521)] = 25280,
  [SMALL_STATE(522)] = 25314,
  [SMALL_STATE(523)] = 25346,
  [SMALL_STATE(524)] = 25378,
  [SMALL_STATE(525)] = 25412,
  [SMALL_STATE(526)] = 25446,
  [SMALL_STATE(527)] = 25478,
  [SMALL_STATE(528)] = 25510,
  [SMALL_STATE(529)] = 25542,
  [SMALL_STATE(530)] = 25574,
  [SMALL_STATE(531)] = 25606,
  [SMALL_STATE(532)] = 25638,
  [SMALL_STATE(533)] = 25670,
  [SMALL_STATE(534)] = 25704,
  [SMALL_STATE(535)] = 25738,
  [SMALL_STATE(536)] = 25770,
  [SMALL_STATE(537)] = 25802,
  [SMALL_STATE(538)] = 25834,
  [SMALL_STATE(539)] = 25866,
  [SMALL_STATE(540)] = 25898,
  [SMALL_STATE(541)] = 25932,
  [SMALL_STATE(542)] = 25964,
  [SMALL_STATE(543)] = 25996,
  [SMALL_STATE(544)] = 26028,
  [SMALL_STATE(545)] = 26060,
  [SMALL_STATE(546)] = 26092,
  [SMALL_STATE(547)] = 26124,
  [SMALL_STATE(548)] = 26156,
  [SMALL_STATE(549)] = 26188,
  [SMALL_STATE(550)] = 26220,
  [SMALL_STATE(551)] = 26252,
  [SMALL_STATE(552)] = 26284,
  [SMALL_STATE(553)] = 26316,
  [SMALL_STATE(554)] = 26348,
  [SMALL_STATE(555)] = 26380,
  [SMALL_STATE(556)] = 26412,
  [SMALL_STATE(557)] = 26444,
  [SMALL_STATE(558)] = 26476,
  [SMALL_STATE(559)] = 26508,
  [SMALL_STATE(560)] = 26540,
  [SMALL_STATE(561)] = 26572,
  [SMALL_STATE(562)] = 26604,
  [SMALL_STATE(563)] = 26636,
  [SMALL_STATE(564)] = 26668,
  [SMALL_STATE(565)] = 26700,
  [SMALL_STATE(566)] = 26732,
  [SMALL_STATE(567)] = 26764,
  [SMALL_STATE(568)] = 26796,
  [SMALL_STATE(569)] = 26828,
  [SMALL_STATE(570)] = 26860,
  [SMALL_STATE(571)] = 26892,
  [SMALL_STATE(572)] = 26924,
  [SMALL_STATE(573)] = 26956,
  [SMALL_STATE(574)] = 26988,
  [SMALL_STATE(575)] = 27020,
  [SMALL_STATE(576)] = 27052,
  [SMALL_STATE(577)] = 27084,
  [SMALL_STATE(578)] = 27116,
  [SMALL_STATE(579)] = 27148,
  [SMALL_STATE(580)] = 27180,
  [SMALL_STATE(581)] = 27212,
  [SMALL_STATE(582)] = 27244,
  [SMALL_STATE(583)] = 27276,
  [SMALL_STATE(584)] = 27308,
  [SMALL_STATE(585)] = 27340,
  [SMALL_STATE(586)] = 27372,
  [SMALL_STATE(587)] = 27404,
  [SMALL_STATE(588)] = 27436,
  [SMALL_STATE(589)] = 27468,
  [SMALL_STATE(590)] = 27500,
  [SMALL_STATE(591)] = 27532,
  [SMALL_STATE(592)] = 27564,
  [SMALL_STATE(593)] = 27596,
  [SMALL_STATE(594)] = 27628,
  [SMALL_STATE(595)] = 27660,
  [SMALL_STATE(596)] = 27692,
  [SMALL_STATE(597)] = 27724,
  [SMALL_STATE(598)] = 27756,
  [SMALL_STATE(599)] = 27788,
  [SMALL_STATE(600)] = 27820,
  [SMALL_STATE(601)] = 27852,
  [SMALL_STATE(602)] = 27884,
  [SMALL_STATE(603)] = 27916,
  [SMALL_STATE(604)] = 27948,
  [SMALL_STATE(605)] = 27980,
  [SMALL_STATE(606)] = 28012,
  [SMALL_STATE(607)] = 28046,
  [SMALL_STATE(608)] = 28080,
  [SMALL_STATE(609)] = 28114,
  [SMALL_STATE(610)] = 28148,
  [SMALL_STATE(611)] = 28182,
  [SMALL_STATE(612)] = 28216,
  [SMALL_STATE(613)] = 28250,
  [SMALL_STATE(614)] = 28284,
  [SMALL_STATE(615)] = 28318,
  [SMALL_STATE(616)] = 28352,
  [SMALL_STATE(617)] = 28386,
  [SMALL_STATE(618)] = 28420,
  [SMALL_STATE(619)] = 28454,
  [SMALL_STATE(620)] = 28488,
  [SMALL_STATE(621)] = 28522,
  [SMALL_STATE(622)] = 28556,
  [SMALL_STATE(623)] = 28590,
  [SMALL_STATE(624)] = 28624,
  [SMALL_STATE(625)] = 28658,
  [SMALL_STATE(626)] = 28692,
  [SMALL_STATE(627)] = 28726,
  [SMALL_STATE(628)] = 28760,
  [SMALL_STATE(629)] = 28794,
  [SMALL_STATE(630)] = 28828,
  [SMALL_STATE(631)] = 28862,
  [SMALL_STATE(632)] = 28896,
  [SMALL_STATE(633)] = 28930,
  [SMALL_STATE(634)] = 28962,
  [SMALL_STATE(635)] = 28982,
  [SMALL_STATE(636)] = 29002,
  [SMALL_STATE(637)] = 29022,
  [SMALL_STATE(638)] = 29042,
  [SMALL_STATE(639)] = 29062,
  [SMALL_STATE(640)] = 29082,
  [SMALL_STATE(641)] = 29102,
  [SMALL_STATE(642)] = 29122,
  [SMALL_STATE(643)] = 29142,
  [SMALL_STATE(644)] = 29162,
  [SMALL_STATE(645)] = 29182,
  [SMALL_STATE(646)] = 29202,
  [SMALL_STATE(647)] = 29222,
  [SMALL_STATE(648)] = 29242,
  [SMALL_STATE(649)] = 29262,
  [SMALL_STATE(650)] = 29282,
  [SMALL_STATE(651)] = 29302,
  [SMALL_STATE(652)] = 29322,
  [SMALL_STATE(653)] = 29342,
  [SMALL_STATE(654)] = 29362,
  [SMALL_STATE(655)] = 29382,
  [SMALL_STATE(656)] = 29402,
  [SMALL_STATE(657)] = 29422,
  [SMALL_STATE(658)] = 29442,
  [SMALL_STATE(659)] = 29462,
  [SMALL_STATE(660)] = 29482,
  [SMALL_STATE(661)] = 29502,
  [SMALL_STATE(662)] = 29522,
  [SMALL_STATE(663)] = 29542,
  [SMALL_STATE(664)] = 29562,
  [SMALL_STATE(665)] = 29582,
  [SMALL_STATE(666)] = 29602,
  [SMALL_STATE(667)] = 29622,
  [SMALL_STATE(668)] = 29642,
  [SMALL_STATE(669)] = 29662,
  [SMALL_STATE(670)] = 29682,
  [SMALL_STATE(671)] = 29702,
  [SMALL_STATE(672)] = 29722,
  [SMALL_STATE(673)] = 29741,
  [SMALL_STATE(674)] = 29760,
  [SMALL_STATE(675)] = 29779,
  [SMALL_STATE(676)] = 29798,
  [SMALL_STATE(677)] = 29817,
  [SMALL_STATE(678)] = 29836,
  [SMALL_STATE(679)] = 29855,
  [SMALL_STATE(680)] = 29874,
  [SMALL_STATE(681)] = 29893,
  [SMALL_STATE(682)] = 29912,
  [SMALL_STATE(683)] = 29931,
  [SMALL_STATE(684)] = 29950,
  [SMALL_STATE(685)] = 29969,
  [SMALL_STATE(686)] = 29988,
  [SMALL_STATE(687)] = 30007,
  [SMALL_STATE(688)] = 30026,
  [SMALL_STATE(689)] = 30045,
  [SMALL_STATE(690)] = 30064,
  [SMALL_STATE(691)] = 30083,
  [SMALL_STATE(692)] = 30102,
  [SMALL_STATE(693)] = 30121,
  [SMALL_STATE(694)] = 30140,
  [SMALL_STATE(695)] = 30159,
  [SMALL_STATE(696)] = 30178,
  [SMALL_STATE(697)] = 30197,
  [SMALL_STATE(698)] = 30216,
  [SMALL_STATE(699)] = 30235,
  [SMALL_STATE(700)] = 30254,
  [SMALL_STATE(701)] = 30273,
  [SMALL_STATE(702)] = 30292,
  [SMALL_STATE(703)] = 30311,
  [SMALL_STATE(704)] = 30330,
  [SMALL_STATE(705)] = 30349,
  [SMALL_STATE(706)] = 30368,
  [SMALL_STATE(707)] = 30387,
  [SMALL_STATE(708)] = 30406,
  [SMALL_STATE(709)] = 30425,
  [SMALL_STATE(710)] = 30444,
  [SMALL_STATE(711)] = 30463,
  [SMALL_STATE(712)] = 30482,
  [SMALL_STATE(713)] = 30501,
  [SMALL_STATE(714)] = 30520,
  [SMALL_STATE(715)] = 30539,
  [SMALL_STATE(716)] = 30558,
  [SMALL_STATE(717)] = 30577,
  [SMALL_STATE(718)] = 30596,
  [SMALL_STATE(719)] = 30615,
  [SMALL_STATE(720)] = 30634,
  [SMALL_STATE(721)] = 30653,
  [SMALL_STATE(722)] = 30672,
  [SMALL_STATE(723)] = 30691,
  [SMALL_STATE(724)] = 30710,
  [SMALL_STATE(725)] = 30729,
  [SMALL_STATE(726)] = 30748,
  [SMALL_STATE(727)] = 30767,
  [SMALL_STATE(728)] = 30786,
  [SMALL_STATE(729)] = 30805,
  [SMALL_STATE(730)] = 30824,
  [SMALL_STATE(731)] = 30843,
  [SMALL_STATE(732)] = 30862,
  [SMALL_STATE(733)] = 30881,
  [SMALL_STATE(734)] = 30900,
  [SMALL_STATE(735)] = 30919,
  [SMALL_STATE(736)] = 30938,
  [SMALL_STATE(737)] = 30957,
  [SMALL_STATE(738)] = 30976,
  [SMALL_STATE(739)] = 30995,
  [SMALL_STATE(740)] = 31014,
  [SMALL_STATE(741)] = 31033,
  [SMALL_STATE(742)] = 31052,
  [SMALL_STATE(743)] = 31071,
  [SMALL_STATE(744)] = 31090,
  [SMALL_STATE(745)] = 31109,
  [SMALL_STATE(746)] = 31128,
  [SMALL_STATE(747)] = 31147,
  [SMALL_STATE(748)] = 31166,
  [SMALL_STATE(749)] = 31184,
  [SMALL_STATE(750)] = 31202,
  [SMALL_STATE(751)] = 31220,
  [SMALL_STATE(752)] = 31238,
  [SMALL_STATE(753)] = 31256,
  [SMALL_STATE(754)] = 31274,
  [SMALL_STATE(755)] = 31292,
  [SMALL_STATE(756)] = 31310,
  [SMALL_STATE(757)] = 31328,
  [SMALL_STATE(758)] = 31346,
  [SMALL_STATE(759)] = 31364,
  [SMALL_STATE(760)] = 31382,
  [SMALL_STATE(761)] = 31400,
  [SMALL_STATE(762)] = 31418,
  [SMALL_STATE(763)] = 31436,
  [SMALL_STATE(764)] = 31454,
  [SMALL_STATE(765)] = 31472,
  [SMALL_STATE(766)] = 31490,
  [SMALL_STATE(767)] = 31508,
  [SMALL_STATE(768)] = 31526,
  [SMALL_STATE(769)] = 31544,
  [SMALL_STATE(770)] = 31562,
  [SMALL_STATE(771)] = 31580,
  [SMALL_STATE(772)] = 31598,
  [SMALL_STATE(773)] = 31616,
  [SMALL_STATE(774)] = 31634,
  [SMALL_STATE(775)] = 31652,
  [SMALL_STATE(776)] = 31670,
  [SMALL_STATE(777)] = 31688,
  [SMALL_STATE(778)] = 31706,
  [SMALL_STATE(779)] = 31724,
  [SMALL_STATE(780)] = 31742,
  [SMALL_STATE(781)] = 31760,
  [SMALL_STATE(782)] = 31778,
  [SMALL_STATE(783)] = 31796,
  [SMALL_STATE(784)] = 31814,
  [SMALL_STATE(785)] = 31832,
  [SMALL_STATE(786)] = 31850,
  [SMALL_STATE(787)] = 31868,
  [SMALL_STATE(788)] = 31886,
  [SMALL_STATE(789)] = 31904,
  [SMALL_STATE(790)] = 31922,
  [SMALL_STATE(791)] = 31940,
  [SMALL_STATE(792)] = 31958,
  [SMALL_STATE(793)] = 31976,
  [SMALL_STATE(794)] = 31994,
  [SMALL_STATE(795)] = 32012,
  [SMALL_STATE(796)] = 32030,
  [SMALL_STATE(797)] = 32048,
  [SMALL_STATE(798)] = 32066,
  [SMALL_STATE(799)] = 32084,
  [SMALL_STATE(800)] = 32102,
  [SMALL_STATE(801)] = 32120,
  [SMALL_STATE(802)] = 32138,
  [SMALL_STATE(803)] = 32156,
  [SMALL_STATE(804)] = 32174,
  [SMALL_STATE(805)] = 32192,
  [SMALL_STATE(806)] = 32210,
  [SMALL_STATE(807)] = 32228,
  [SMALL_STATE(808)] = 32246,
  [SMALL_STATE(809)] = 32264,
  [SMALL_STATE(810)] = 32282,
  [SMALL_STATE(811)] = 32300,
  [SMALL_STATE(812)] = 32318,
  [SMALL_STATE(813)] = 32336,
  [SMALL_STATE(814)] = 32354,
  [SMALL_STATE(815)] = 32372,
  [SMALL_STATE(816)] = 32390,
  [SMALL_STATE(817)] = 32408,
  [SMALL_STATE(818)] = 32426,
  [SMALL_STATE(819)] = 32444,
  [SMALL_STATE(820)] = 32462,
  [SMALL_STATE(821)] = 32480,
  [SMALL_STATE(822)] = 32498,
  [SMALL_STATE(823)] = 32516,
  [SMALL_STATE(824)] = 32534,
  [SMALL_STATE(825)] = 32552,
  [SMALL_STATE(826)] = 32570,
  [SMALL_STATE(827)] = 32588,
  [SMALL_STATE(828)] = 32606,
  [SMALL_STATE(829)] = 32624,
  [SMALL_STATE(830)] = 32642,
  [SMALL_STATE(831)] = 32660,
  [SMALL_STATE(832)] = 32678,
  [SMALL_STATE(833)] = 32696,
  [SMALL_STATE(834)] = 32714,
  [SMALL_STATE(835)] = 32732,
  [SMALL_STATE(836)] = 32750,
  [SMALL_STATE(837)] = 32768,
  [SMALL_STATE(838)] = 32786,
  [SMALL_STATE(839)] = 32804,
  [SMALL_STATE(840)] = 32822,
  [SMALL_STATE(841)] = 32840,
  [SMALL_STATE(842)] = 32858,
  [SMALL_STATE(843)] = 32876,
  [SMALL_STATE(844)] = 32894,
  [SMALL_STATE(845)] = 32912,
  [SMALL_STATE(846)] = 32930,
  [SMALL_STATE(847)] = 32948,
  [SMALL_STATE(848)] = 32966,
  [SMALL_STATE(849)] = 32984,
  [SMALL_STATE(850)] = 33002,
  [SMALL_STATE(851)] = 33020,
  [SMALL_STATE(852)] = 33038,
  [SMALL_STATE(853)] = 33056,
  [SMALL_STATE(854)] = 33074,
  [SMALL_STATE(855)] = 33092,
  [SMALL_STATE(856)] = 33110,
  [SMALL_STATE(857)] = 33128,
  [SMALL_STATE(858)] = 33146,
  [SMALL_STATE(859)] = 33164,
  [SMALL_STATE(860)] = 33182,
  [SMALL_STATE(861)] = 33200,
  [SMALL_STATE(862)] = 33218,
  [SMALL_STATE(863)] = 33236,
  [SMALL_STATE(864)] = 33254,
  [SMALL_STATE(865)] = 33272,
  [SMALL_STATE(866)] = 33290,
  [SMALL_STATE(867)] = 33308,
  [SMALL_STATE(868)] = 33326,
  [SMALL_STATE(869)] = 33344,
  [SMALL_STATE(870)] = 33362,
  [SMALL_STATE(871)] = 33380,
  [SMALL_STATE(872)] = 33398,
  [SMALL_STATE(873)] = 33416,
  [SMALL_STATE(874)] = 33434,
  [SMALL_STATE(875)] = 33452,
  [SMALL_STATE(876)] = 33470,
  [SMALL_STATE(877)] = 33488,
  [SMALL_STATE(878)] = 33506,
  [SMALL_STATE(879)] = 33524,
  [SMALL_STATE(880)] = 33542,
  [SMALL_STATE(881)] = 33560,
  [SMALL_STATE(882)] = 33578,
  [SMALL_STATE(883)] = 33596,
  [SMALL_STATE(884)] = 33614,
  [SMALL_STATE(885)] = 33632,
  [SMALL_STATE(886)] = 33650,
  [SMALL_STATE(887)] = 33668,
  [SMALL_STATE(888)] = 33686,
  [SMALL_STATE(889)] = 33704,
  [SMALL_STATE(890)] = 33722,
  [SMALL_STATE(891)] = 33740,
  [SMALL_STATE(892)] = 33758,
  [SMALL_STATE(893)] = 33776,
  [SMALL_STATE(894)] = 33794,
  [SMALL_STATE(895)] = 33812,
  [SMALL_STATE(896)] = 33830,
  [SMALL_STATE(897)] = 33848,
  [SMALL_STATE(898)] = 33866,
  [SMALL_STATE(899)] = 33884,
  [SMALL_STATE(900)] = 33902,
  [SMALL_STATE(901)] = 33920,
  [SMALL_STATE(902)] = 33934,
  [SMALL_STATE(903)] = 33948,
  [SMALL_STATE(904)] = 33962,
  [SMALL_STATE(905)] = 33976,
  [SMALL_STATE(906)] = 33990,
  [SMALL_STATE(907)] = 34004,
  [SMALL_STATE(908)] = 34018,
  [SMALL_STATE(909)] = 34032,
  [SMALL_STATE(910)] = 34046,
  [SMALL_STATE(911)] = 34060,
  [SMALL_STATE(912)] = 34074,
  [SMALL_STATE(913)] = 34088,
  [SMALL_STATE(914)] = 34102,
  [SMALL_STATE(915)] = 34116,
  [SMALL_STATE(916)] = 34132,
  [SMALL_STATE(917)] = 34148,
  [SMALL_STATE(918)] = 34164,
  [SMALL_STATE(919)] = 34178,
  [SMALL_STATE(920)] = 34192,
  [SMALL_STATE(921)] = 34206,
  [SMALL_STATE(922)] = 34222,
  [SMALL_STATE(923)] = 34233,
  [SMALL_STATE(924)] = 34246,
  [SMALL_STATE(925)] = 34259,
  [SMALL_STATE(926)] = 34270,
  [SMALL_STATE(927)] = 34281,
  [SMALL_STATE(928)] = 34292,
  [SMALL_STATE(929)] = 34305,
  [SMALL_STATE(930)] = 34318,
  [SMALL_STATE(931)] = 34331,
  [SMALL_STATE(932)] = 34344,
  [SMALL_STATE(933)] = 34357,
  [SMALL_STATE(934)] = 34370,
  [SMALL_STATE(935)] = 34383,
  [SMALL_STATE(936)] = 34396,
  [SMALL_STATE(937)] = 34407,
  [SMALL_STATE(938)] = 34418,
  [SMALL_STATE(939)] = 34429,
  [SMALL_STATE(940)] = 34440,
  [SMALL_STATE(941)] = 34453,
  [SMALL_STATE(942)] = 34464,
  [SMALL_STATE(943)] = 34477,
  [SMALL_STATE(944)] = 34490,
  [SMALL_STATE(945)] = 34503,
  [SMALL_STATE(946)] = 34516,
  [SMALL_STATE(947)] = 34529,
  [SMALL_STATE(948)] = 34542,
  [SMALL_STATE(949)] = 34553,
  [SMALL_STATE(950)] = 34564,
  [SMALL_STATE(951)] = 34577,
  [SMALL_STATE(952)] = 34588,
  [SMALL_STATE(953)] = 34599,
  [SMALL_STATE(954)] = 34610,
  [SMALL_STATE(955)] = 34623,
  [SMALL_STATE(956)] = 34634,
  [SMALL_STATE(957)] = 34647,
  [SMALL_STATE(958)] = 34660,
  [SMALL_STATE(959)] = 34673,
  [SMALL_STATE(960)] = 34684,
  [SMALL_STATE(961)] = 34695,
  [SMALL_STATE(962)] = 34706,
  [SMALL_STATE(963)] = 34717,
  [SMALL_STATE(964)] = 34728,
  [SMALL_STATE(965)] = 34739,
  [SMALL_STATE(966)] = 34750,
  [SMALL_STATE(967)] = 34763,
  [SMALL_STATE(968)] = 34776,
  [SMALL_STATE(969)] = 34789,
  [SMALL_STATE(970)] = 34802,
  [SMALL_STATE(971)] = 34815,
  [SMALL_STATE(972)] = 34826,
  [SMALL_STATE(973)] = 34837,
  [SMALL_STATE(974)] = 34848,
  [SMALL_STATE(975)] = 34859,
  [SMALL_STATE(976)] = 34870,
  [SMALL_STATE(977)] = 34883,
  [SMALL_STATE(978)] = 34894,
  [SMALL_STATE(979)] = 34907,
  [SMALL_STATE(980)] = 34920,
  [SMALL_STATE(981)] = 34933,
  [SMALL_STATE(982)] = 34946,
  [SMALL_STATE(983)] = 34957,
  [SMALL_STATE(984)] = 34968,
  [SMALL_STATE(985)] = 34979,
  [SMALL_STATE(986)] = 34990,
  [SMALL_STATE(987)] = 35001,
  [SMALL_STATE(988)] = 35014,
  [SMALL_STATE(989)] = 35027,
  [SMALL_STATE(990)] = 35040,
  [SMALL_STATE(991)] = 35053,
  [SMALL_STATE(992)] = 35066,
  [SMALL_STATE(993)] = 35077,
  [SMALL_STATE(994)] = 35088,
  [SMALL_STATE(995)] = 35099,
  [SMALL_STATE(996)] = 35110,
  [SMALL_STATE(997)] = 35123,
  [SMALL_STATE(998)] = 35136,
  [SMALL_STATE(999)] = 35149,
  [SMALL_STATE(1000)] = 35162,
  [SMALL_STATE(1001)] = 35175,
  [SMALL_STATE(1002)] = 35186,
  [SMALL_STATE(1003)] = 35197,
  [SMALL_STATE(1004)] = 35208,
  [SMALL_STATE(1005)] = 35219,
  [SMALL_STATE(1006)] = 35232,
  [SMALL_STATE(1007)] = 35242,
  [SMALL_STATE(1008)] = 35250,
  [SMALL_STATE(1009)] = 35260,
  [SMALL_STATE(1010)] = 35270,
  [SMALL_STATE(1011)] = 35280,
  [SMALL_STATE(1012)] = 35290,
  [SMALL_STATE(1013)] = 35300,
  [SMALL_STATE(1014)] = 35310,
  [SMALL_STATE(1015)] = 35320,
  [SMALL_STATE(1016)] = 35330,
  [SMALL_STATE(1017)] = 35340,
  [SMALL_STATE(1018)] = 35350,
  [SMALL_STATE(1019)] = 35360,
  [SMALL_STATE(1020)] = 35370,
  [SMALL_STATE(1021)] = 35380,
  [SMALL_STATE(1022)] = 35390,
  [SMALL_STATE(1023)] = 35400,
  [SMALL_STATE(1024)] = 35410,
  [SMALL_STATE(1025)] = 35420,
  [SMALL_STATE(1026)] = 35430,
  [SMALL_STATE(1027)] = 35440,
  [SMALL_STATE(1028)] = 35450,
  [SMALL_STATE(1029)] = 35460,
  [SMALL_STATE(1030)] = 35470,
  [SMALL_STATE(1031)] = 35478,
  [SMALL_STATE(1032)] = 35488,
  [SMALL_STATE(1033)] = 35498,
  [SMALL_STATE(1034)] = 35508,
  [SMALL_STATE(1035)] = 35515,
  [SMALL_STATE(1036)] = 35522,
  [SMALL_STATE(1037)] = 35529,
  [SMALL_STATE(1038)] = 35536,
  [SMALL_STATE(1039)] = 35543,
  [SMALL_STATE(1040)] = 35550,
  [SMALL_STATE(1041)] = 35557,
  [SMALL_STATE(1042)] = 35564,
  [SMALL_STATE(1043)] = 35571,
  [SMALL_STATE(1044)] = 35578,
  [SMALL_STATE(1045)] = 35585,
  [SMALL_STATE(1046)] = 35592,
  [SMALL_STATE(1047)] = 35599,
  [SMALL_STATE(1048)] = 35606,
  [SMALL_STATE(1049)] = 35613,
  [SMALL_STATE(1050)] = 35620,
  [SMALL_STATE(1051)] = 35627,
  [SMALL_STATE(1052)] = 35634,
  [SMALL_STATE(1053)] = 35641,
  [SMALL_STATE(1054)] = 35648,
  [SMALL_STATE(1055)] = 35655,
  [SMALL_STATE(1056)] = 35662,
  [SMALL_STATE(1057)] = 35669,
  [SMALL_STATE(1058)] = 35676,
  [SMALL_STATE(1059)] = 35683,
  [SMALL_STATE(1060)] = 35690,
  [SMALL_STATE(1061)] = 35697,
  [SMALL_STATE(1062)] = 35704,
  [SMALL_STATE(1063)] = 35711,
  [SMALL_STATE(1064)] = 35718,
  [SMALL_STATE(1065)] = 35725,
  [SMALL_STATE(1066)] = 35732,
  [SMALL_STATE(1067)] = 35739,
  [SMALL_STATE(1068)] = 35746,
  [SMALL_STATE(1069)] = 35753,
  [SMALL_STATE(1070)] = 35760,
  [SMALL_STATE(1071)] = 35767,
  [SMALL_STATE(1072)] = 35774,
  [SMALL_STATE(1073)] = 35781,
  [SMALL_STATE(1074)] = 35788,
  [SMALL_STATE(1075)] = 35795,
  [SMALL_STATE(1076)] = 35802,
  [SMALL_STATE(1077)] = 35809,
  [SMALL_STATE(1078)] = 35816,
  [SMALL_STATE(1079)] = 35823,
  [SMALL_STATE(1080)] = 35830,
  [SMALL_STATE(1081)] = 35837,
  [SMALL_STATE(1082)] = 35844,
  [SMALL_STATE(1083)] = 35851,
  [SMALL_STATE(1084)] = 35858,
  [SMALL_STATE(1085)] = 35865,
  [SMALL_STATE(1086)] = 35872,
  [SMALL_STATE(1087)] = 35879,
  [SMALL_STATE(1088)] = 35886,
  [SMALL_STATE(1089)] = 35893,
  [SMALL_STATE(1090)] = 35900,
  [SMALL_STATE(1091)] = 35907,
  [SMALL_STATE(1092)] = 35914,
  [SMALL_STATE(1093)] = 35921,
  [SMALL_STATE(1094)] = 35928,
  [SMALL_STATE(1095)] = 35935,
  [SMALL_STATE(1096)] = 35942,
  [SMALL_STATE(1097)] = 35949,
  [SMALL_STATE(1098)] = 35956,
  [SMALL_STATE(1099)] = 35963,
  [SMALL_STATE(1100)] = 35970,
  [SMALL_STATE(1101)] = 35977,
  [SMALL_STATE(1102)] = 35984,
  [SMALL_STATE(1103)] = 35991,
  [SMALL_STATE(1104)] = 35998,
  [SMALL_STATE(1105)] = 36005,
  [SMALL_STATE(1106)] = 36012,
  [SMALL_STATE(1107)] = 36019,
  [SMALL_STATE(1108)] = 36026,
  [SMALL_STATE(1109)] = 36033,
  [SMALL_STATE(1110)] = 36040,
  [SMALL_STATE(1111)] = 36047,
  [SMALL_STATE(1112)] = 36054,
  [SMALL_STATE(1113)] = 36061,
  [SMALL_STATE(1114)] = 36068,
  [SMALL_STATE(1115)] = 36075,
  [SMALL_STATE(1116)] = 36082,
  [SMALL_STATE(1117)] = 36089,
  [SMALL_STATE(1118)] = 36096,
  [SMALL_STATE(1119)] = 36103,
  [SMALL_STATE(1120)] = 36110,
  [SMALL_STATE(1121)] = 36117,
  [SMALL_STATE(1122)] = 36124,
  [SMALL_STATE(1123)] = 36131,
  [SMALL_STATE(1124)] = 36138,
  [SMALL_STATE(1125)] = 36145,
  [SMALL_STATE(1126)] = 36152,
  [SMALL_STATE(1127)] = 36159,
  [SMALL_STATE(1128)] = 36166,
  [SMALL_STATE(1129)] = 36173,
  [SMALL_STATE(1130)] = 36180,
  [SMALL_STATE(1131)] = 36187,
  [SMALL_STATE(1132)] = 36194,
  [SMALL_STATE(1133)] = 36201,
  [SMALL_STATE(1134)] = 36208,
  [SMALL_STATE(1135)] = 36215,
  [SMALL_STATE(1136)] = 36222,
  [SMALL_STATE(1137)] = 36229,
  [SMALL_STATE(1138)] = 36236,
  [SMALL_STATE(1139)] = 36243,
  [SMALL_STATE(1140)] = 36250,
  [SMALL_STATE(1141)] = 36257,
  [SMALL_STATE(1142)] = 36264,
  [SMALL_STATE(1143)] = 36271,
  [SMALL_STATE(1144)] = 36278,
  [SMALL_STATE(1145)] = 36285,
  [SMALL_STATE(1146)] = 36292,
  [SMALL_STATE(1147)] = 36299,
  [SMALL_STATE(1148)] = 36306,
  [SMALL_STATE(1149)] = 36313,
  [SMALL_STATE(1150)] = 36320,
  [SMALL_STATE(1151)] = 36327,
  [SMALL_STATE(1152)] = 36334,
  [SMALL_STATE(1153)] = 36341,
  [SMALL_STATE(1154)] = 36348,
  [SMALL_STATE(1155)] = 36355,
  [SMALL_STATE(1156)] = 36362,
  [SMALL_STATE(1157)] = 36369,
  [SMALL_STATE(1158)] = 36376,
  [SMALL_STATE(1159)] = 36383,
  [SMALL_STATE(1160)] = 36390,
  [SMALL_STATE(1161)] = 36397,
  [SMALL_STATE(1162)] = 36404,
  [SMALL_STATE(1163)] = 36411,
  [SMALL_STATE(1164)] = 36418,
  [SMALL_STATE(1165)] = 36425,
  [SMALL_STATE(1166)] = 36432,
  [SMALL_STATE(1167)] = 36439,
  [SMALL_STATE(1168)] = 36446,
  [SMALL_STATE(1169)] = 36453,
  [SMALL_STATE(1170)] = 36460,
  [SMALL_STATE(1171)] = 36467,
  [SMALL_STATE(1172)] = 36474,
  [SMALL_STATE(1173)] = 36481,
  [SMALL_STATE(1174)] = 36488,
  [SMALL_STATE(1175)] = 36495,
  [SMALL_STATE(1176)] = 36502,
  [SMALL_STATE(1177)] = 36509,
  [SMALL_STATE(1178)] = 36516,
  [SMALL_STATE(1179)] = 36523,
  [SMALL_STATE(1180)] = 36530,
  [SMALL_STATE(1181)] = 36537,
  [SMALL_STATE(1182)] = 36544,
  [SMALL_STATE(1183)] = 36551,
  [SMALL_STATE(1184)] = 36558,
  [SMALL_STATE(1185)] = 36565,
  [SMALL_STATE(1186)] = 36572,
  [SMALL_STATE(1187)] = 36579,
  [SMALL_STATE(1188)] = 36586,
  [SMALL_STATE(1189)] = 36593,
  [SMALL_STATE(1190)] = 36600,
  [SMALL_STATE(1191)] = 36607,
  [SMALL_STATE(1192)] = 36614,
  [SMALL_STATE(1193)] = 36621,
  [SMALL_STATE(1194)] = 36628,
  [SMALL_STATE(1195)] = 36635,
  [SMALL_STATE(1196)] = 36642,
  [SMALL_STATE(1197)] = 36649,
  [SMALL_STATE(1198)] = 36656,
  [SMALL_STATE(1199)] = 36663,
  [SMALL_STATE(1200)] = 36670,
  [SMALL_STATE(1201)] = 36677,
  [SMALL_STATE(1202)] = 36684,
  [SMALL_STATE(1203)] = 36691,
  [SMALL_STATE(1204)] = 36698,
  [SMALL_STATE(1205)] = 36705,
  [SMALL_STATE(1206)] = 36712,
  [SMALL_STATE(1207)] = 36719,
  [SMALL_STATE(1208)] = 36726,
  [SMALL_STATE(1209)] = 36733,
  [SMALL_STATE(1210)] = 36740,
  [SMALL_STATE(1211)] = 36747,
  [SMALL_STATE(1212)] = 36754,
  [SMALL_STATE(1213)] = 36761,
  [SMALL_STATE(1214)] = 36768,
  [SMALL_STATE(1215)] = 36775,
  [SMALL_STATE(1216)] = 36782,
  [SMALL_STATE(1217)] = 36789,
  [SMALL_STATE(1218)] = 36796,
  [SMALL_STATE(1219)] = 36803,
  [SMALL_STATE(1220)] = 36810,
  [SMALL_STATE(1221)] = 36817,
  [SMALL_STATE(1222)] = 36824,
  [SMALL_STATE(1223)] = 36831,
  [SMALL_STATE(1224)] = 36838,
  [SMALL_STATE(1225)] = 36845,
  [SMALL_STATE(1226)] = 36852,
  [SMALL_STATE(1227)] = 36859,
  [SMALL_STATE(1228)] = 36866,
  [SMALL_STATE(1229)] = 36873,
  [SMALL_STATE(1230)] = 36880,
  [SMALL_STATE(1231)] = 36887,
  [SMALL_STATE(1232)] = 36894,
  [SMALL_STATE(1233)] = 36901,
  [SMALL_STATE(1234)] = 36908,
  [SMALL_STATE(1235)] = 36915,
  [SMALL_STATE(1236)] = 36922,
  [SMALL_STATE(1237)] = 36929,
  [SMALL_STATE(1238)] = 36936,
  [SMALL_STATE(1239)] = 36943,
  [SMALL_STATE(1240)] = 36950,
  [SMALL_STATE(1241)] = 36957,
  [SMALL_STATE(1242)] = 36964,
  [SMALL_STATE(1243)] = 36971,
  [SMALL_STATE(1244)] = 36978,
  [SMALL_STATE(1245)] = 36985,
  [SMALL_STATE(1246)] = 36992,
  [SMALL_STATE(1247)] = 36999,
  [SMALL_STATE(1248)] = 37006,
  [SMALL_STATE(1249)] = 37013,
  [SMALL_STATE(1250)] = 37020,
  [SMALL_STATE(1251)] = 37027,
  [SMALL_STATE(1252)] = 37034,
  [SMALL_STATE(1253)] = 37041,
  [SMALL_STATE(1254)] = 37048,
  [SMALL_STATE(1255)] = 37055,
  [SMALL_STATE(1256)] = 37062,
  [SMALL_STATE(1257)] = 37069,
  [SMALL_STATE(1258)] = 37076,
  [SMALL_STATE(1259)] = 37083,
  [SMALL_STATE(1260)] = 37090,
  [SMALL_STATE(1261)] = 37097,
  [SMALL_STATE(1262)] = 37104,
  [SMALL_STATE(1263)] = 37111,
  [SMALL_STATE(1264)] = 37118,
  [SMALL_STATE(1265)] = 37125,
  [SMALL_STATE(1266)] = 37132,
  [SMALL_STATE(1267)] = 37139,
  [SMALL_STATE(1268)] = 37146,
  [SMALL_STATE(1269)] = 37153,
  [SMALL_STATE(1270)] = 37160,
  [SMALL_STATE(1271)] = 37167,
  [SMALL_STATE(1272)] = 37174,
  [SMALL_STATE(1273)] = 37181,
  [SMALL_STATE(1274)] = 37188,
  [SMALL_STATE(1275)] = 37195,
  [SMALL_STATE(1276)] = 37202,
  [SMALL_STATE(1277)] = 37209,
  [SMALL_STATE(1278)] = 37216,
  [SMALL_STATE(1279)] = 37223,
  [SMALL_STATE(1280)] = 37230,
  [SMALL_STATE(1281)] = 37237,
  [SMALL_STATE(1282)] = 37244,
  [SMALL_STATE(1283)] = 37251,
  [SMALL_STATE(1284)] = 37258,
  [SMALL_STATE(1285)] = 37265,
  [SMALL_STATE(1286)] = 37272,
  [SMALL_STATE(1287)] = 37279,
  [SMALL_STATE(1288)] = 37286,
  [SMALL_STATE(1289)] = 37293,
  [SMALL_STATE(1290)] = 37300,
  [SMALL_STATE(1291)] = 37307,
  [SMALL_STATE(1292)] = 37314,
  [SMALL_STATE(1293)] = 37321,
  [SMALL_STATE(1294)] = 37328,
  [SMALL_STATE(1295)] = 37335,
  [SMALL_STATE(1296)] = 37342,
  [SMALL_STATE(1297)] = 37349,
  [SMALL_STATE(1298)] = 37356,
  [SMALL_STATE(1299)] = 37363,
  [SMALL_STATE(1300)] = 37370,
  [SMALL_STATE(1301)] = 37377,
  [SMALL_STATE(1302)] = 37384,
  [SMALL_STATE(1303)] = 37391,
  [SMALL_STATE(1304)] = 37398,
  [SMALL_STATE(1305)] = 37405,
  [SMALL_STATE(1306)] = 37412,
  [SMALL_STATE(1307)] = 37419,
  [SMALL_STATE(1308)] = 37426,
  [SMALL_STATE(1309)] = 37433,
  [SMALL_STATE(1310)] = 37440,
  [SMALL_STATE(1311)] = 37447,
  [SMALL_STATE(1312)] = 37454,
  [SMALL_STATE(1313)] = 37461,
  [SMALL_STATE(1314)] = 37468,
  [SMALL_STATE(1315)] = 37475,
  [SMALL_STATE(1316)] = 37482,
  [SMALL_STATE(1317)] = 37489,
  [SMALL_STATE(1318)] = 37496,
  [SMALL_STATE(1319)] = 37503,
  [SMALL_STATE(1320)] = 37510,
  [SMALL_STATE(1321)] = 37517,
  [SMALL_STATE(1322)] = 37524,
  [SMALL_STATE(1323)] = 37531,
  [SMALL_STATE(1324)] = 37538,
  [SMALL_STATE(1325)] = 37545,
  [SMALL_STATE(1326)] = 37552,
  [SMALL_STATE(1327)] = 37559,
  [SMALL_STATE(1328)] = 37566,
  [SMALL_STATE(1329)] = 37573,
  [SMALL_STATE(1330)] = 37580,
  [SMALL_STATE(1331)] = 37587,
  [SMALL_STATE(1332)] = 37594,
  [SMALL_STATE(1333)] = 37601,
  [SMALL_STATE(1334)] = 37608,
  [SMALL_STATE(1335)] = 37615,
  [SMALL_STATE(1336)] = 37622,
  [SMALL_STATE(1337)] = 37629,
  [SMALL_STATE(1338)] = 37636,
  [SMALL_STATE(1339)] = 37643,
  [SMALL_STATE(1340)] = 37650,
  [SMALL_STATE(1341)] = 37657,
  [SMALL_STATE(1342)] = 37664,
  [SMALL_STATE(1343)] = 37671,
  [SMALL_STATE(1344)] = 37678,
  [SMALL_STATE(1345)] = 37685,
  [SMALL_STATE(1346)] = 37692,
  [SMALL_STATE(1347)] = 37699,
  [SMALL_STATE(1348)] = 37706,
  [SMALL_STATE(1349)] = 37713,
  [SMALL_STATE(1350)] = 37720,
  [SMALL_STATE(1351)] = 37727,
  [SMALL_STATE(1352)] = 37734,
  [SMALL_STATE(1353)] = 37741,
  [SMALL_STATE(1354)] = 37748,
  [SMALL_STATE(1355)] = 37755,
  [SMALL_STATE(1356)] = 37762,
  [SMALL_STATE(1357)] = 37769,
  [SMALL_STATE(1358)] = 37776,
  [SMALL_STATE(1359)] = 37783,
  [SMALL_STATE(1360)] = 37790,
  [SMALL_STATE(1361)] = 37797,
  [SMALL_STATE(1362)] = 37804,
  [SMALL_STATE(1363)] = 37811,
  [SMALL_STATE(1364)] = 37818,
  [SMALL_STATE(1365)] = 37825,
  [SMALL_STATE(1366)] = 37832,
  [SMALL_STATE(1367)] = 37839,
  [SMALL_STATE(1368)] = 37846,
  [SMALL_STATE(1369)] = 37853,
  [SMALL_STATE(1370)] = 37860,
  [SMALL_STATE(1371)] = 37867,
  [SMALL_STATE(1372)] = 37874,
  [SMALL_STATE(1373)] = 37881,
  [SMALL_STATE(1374)] = 37888,
  [SMALL_STATE(1375)] = 37895,
  [SMALL_STATE(1376)] = 37902,
  [SMALL_STATE(1377)] = 37909,
  [SMALL_STATE(1378)] = 37916,
  [SMALL_STATE(1379)] = 37923,
  [SMALL_STATE(1380)] = 37930,
  [SMALL_STATE(1381)] = 37937,
  [SMALL_STATE(1382)] = 37944,
  [SMALL_STATE(1383)] = 37951,
  [SMALL_STATE(1384)] = 37958,
  [SMALL_STATE(1385)] = 37965,
  [SMALL_STATE(1386)] = 37972,
  [SMALL_STATE(1387)] = 37979,
  [SMALL_STATE(1388)] = 37986,
  [SMALL_STATE(1389)] = 37993,
  [SMALL_STATE(1390)] = 38000,
  [SMALL_STATE(1391)] = 38007,
  [SMALL_STATE(1392)] = 38014,
  [SMALL_STATE(1393)] = 38021,
  [SMALL_STATE(1394)] = 38028,
  [SMALL_STATE(1395)] = 38035,
  [SMALL_STATE(1396)] = 38042,
  [SMALL_STATE(1397)] = 38049,
  [SMALL_STATE(1398)] = 38056,
  [SMALL_STATE(1399)] = 38063,
  [SMALL_STATE(1400)] = 38070,
  [SMALL_STATE(1401)] = 38077,
  [SMALL_STATE(1402)] = 38084,
  [SMALL_STATE(1403)] = 38091,
  [SMALL_STATE(1404)] = 38098,
  [SMALL_STATE(1405)] = 38105,
  [SMALL_STATE(1406)] = 38112,
  [SMALL_STATE(1407)] = 38119,
  [SMALL_STATE(1408)] = 38126,
  [SMALL_STATE(1409)] = 38133,
  [SMALL_STATE(1410)] = 38140,
  [SMALL_STATE(1411)] = 38147,
  [SMALL_STATE(1412)] = 38154,
  [SMALL_STATE(1413)] = 38161,
  [SMALL_STATE(1414)] = 38168,
  [SMALL_STATE(1415)] = 38175,
  [SMALL_STATE(1416)] = 38182,
  [SMALL_STATE(1417)] = 38189,
  [SMALL_STATE(1418)] = 38196,
  [SMALL_STATE(1419)] = 38203,
  [SMALL_STATE(1420)] = 38210,
  [SMALL_STATE(1421)] = 38217,
  [SMALL_STATE(1422)] = 38224,
  [SMALL_STATE(1423)] = 38231,
  [SMALL_STATE(1424)] = 38238,
  [SMALL_STATE(1425)] = 38245,
  [SMALL_STATE(1426)] = 38252,
  [SMALL_STATE(1427)] = 38259,
  [SMALL_STATE(1428)] = 38266,
  [SMALL_STATE(1429)] = 38273,
  [SMALL_STATE(1430)] = 38280,
  [SMALL_STATE(1431)] = 38287,
  [SMALL_STATE(1432)] = 38294,
  [SMALL_STATE(1433)] = 38301,
  [SMALL_STATE(1434)] = 38308,
  [SMALL_STATE(1435)] = 38315,
  [SMALL_STATE(1436)] = 38322,
  [SMALL_STATE(1437)] = 38329,
  [SMALL_STATE(1438)] = 38336,
  [SMALL_STATE(1439)] = 38343,
  [SMALL_STATE(1440)] = 38350,
  [SMALL_STATE(1441)] = 38357,
  [SMALL_STATE(1442)] = 38364,
  [SMALL_STATE(1443)] = 38371,
  [SMALL_STATE(1444)] = 38378,
  [SMALL_STATE(1445)] = 38385,
  [SMALL_STATE(1446)] = 38392,
  [SMALL_STATE(1447)] = 38399,
  [SMALL_STATE(1448)] = 38406,
  [SMALL_STATE(1449)] = 38413,
  [SMALL_STATE(1450)] = 38420,
  [SMALL_STATE(1451)] = 38427,
  [SMALL_STATE(1452)] = 38434,
  [SMALL_STATE(1453)] = 38441,
  [SMALL_STATE(1454)] = 38448,
  [SMALL_STATE(1455)] = 38455,
  [SMALL_STATE(1456)] = 38462,
  [SMALL_STATE(1457)] = 38469,
  [SMALL_STATE(1458)] = 38476,
  [SMALL_STATE(1459)] = 38483,
  [SMALL_STATE(1460)] = 38490,
  [SMALL_STATE(1461)] = 38497,
  [SMALL_STATE(1462)] = 38504,
  [SMALL_STATE(1463)] = 38511,
  [SMALL_STATE(1464)] = 38518,
  [SMALL_STATE(1465)] = 38525,
  [SMALL_STATE(1466)] = 38532,
  [SMALL_STATE(1467)] = 38539,
  [SMALL_STATE(1468)] = 38546,
  [SMALL_STATE(1469)] = 38553,
  [SMALL_STATE(1470)] = 38560,
  [SMALL_STATE(1471)] = 38567,
  [SMALL_STATE(1472)] = 38574,
  [SMALL_STATE(1473)] = 38581,
  [SMALL_STATE(1474)] = 38588,
  [SMALL_STATE(1475)] = 38595,
  [SMALL_STATE(1476)] = 38602,
  [SMALL_STATE(1477)] = 38609,
  [SMALL_STATE(1478)] = 38616,
  [SMALL_STATE(1479)] = 38623,
  [SMALL_STATE(1480)] = 38630,
  [SMALL_STATE(1481)] = 38637,
  [SMALL_STATE(1482)] = 38644,
  [SMALL_STATE(1483)] = 38651,
  [SMALL_STATE(1484)] = 38658,
  [SMALL_STATE(1485)] = 38665,
  [SMALL_STATE(1486)] = 38672,
  [SMALL_STATE(1487)] = 38679,
  [SMALL_STATE(1488)] = 38686,
  [SMALL_STATE(1489)] = 38693,
  [SMALL_STATE(1490)] = 38700,
  [SMALL_STATE(1491)] = 38707,
  [SMALL_STATE(1492)] = 38714,
  [SMALL_STATE(1493)] = 38721,
  [SMALL_STATE(1494)] = 38728,
  [SMALL_STATE(1495)] = 38735,
  [SMALL_STATE(1496)] = 38742,
  [SMALL_STATE(1497)] = 38749,
  [SMALL_STATE(1498)] = 38756,
  [SMALL_STATE(1499)] = 38763,
  [SMALL_STATE(1500)] = 38770,
  [SMALL_STATE(1501)] = 38777,
  [SMALL_STATE(1502)] = 38784,
  [SMALL_STATE(1503)] = 38791,
  [SMALL_STATE(1504)] = 38798,
  [SMALL_STATE(1505)] = 38805,
  [SMALL_STATE(1506)] = 38812,
  [SMALL_STATE(1507)] = 38819,
  [SMALL_STATE(1508)] = 38826,
  [SMALL_STATE(1509)] = 38833,
  [SMALL_STATE(1510)] = 38840,
  [SMALL_STATE(1511)] = 38847,
  [SMALL_STATE(1512)] = 38854,
  [SMALL_STATE(1513)] = 38861,
  [SMALL_STATE(1514)] = 38868,
  [SMALL_STATE(1515)] = 38875,
  [SMALL_STATE(1516)] = 38882,
  [SMALL_STATE(1517)] = 38889,
  [SMALL_STATE(1518)] = 38896,
  [SMALL_STATE(1519)] = 38903,
  [SMALL_STATE(1520)] = 38910,
  [SMALL_STATE(1521)] = 38917,
  [SMALL_STATE(1522)] = 38924,
  [SMALL_STATE(1523)] = 38931,
  [SMALL_STATE(1524)] = 38938,
  [SMALL_STATE(1525)] = 38945,
  [SMALL_STATE(1526)] = 38952,
  [SMALL_STATE(1527)] = 38959,
  [SMALL_STATE(1528)] = 38966,
  [SMALL_STATE(1529)] = 38973,
  [SMALL_STATE(1530)] = 38980,
  [SMALL_STATE(1531)] = 38987,
  [SMALL_STATE(1532)] = 38994,
  [SMALL_STATE(1533)] = 39001,
};

static const TSParseActionEntry ts_parse_actions[] = {
  [0] = {.entry = {.count = 0, .reusable = false}},
  [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
  [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
  [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0),
  [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923),
  [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084),
  [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138),
  [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156),
  [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514),
  [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370),
  [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113),
  [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922),
  [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338),
  [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230),
  [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274),
  [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466),
  [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511),
  [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512),
  [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
  [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924),
  [39] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
  [41] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
  [43] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(923),
  [46] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1084),
  [49] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1138),
  [52] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1156),
  [55] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1514),
  [58] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(370),
  [61] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1113),
  [64] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(922),
  [67] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(338),
  [70] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1230),
  [73] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1274),
  [76] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1466),
  [79] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1511),
  [82] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1512),
  [85] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(465),
  [88] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(924),
  [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966),
  [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126),
  [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422),
  [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421),
  [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358),
  [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529),
  [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965),
  [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387),
  [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500),
  [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181),
  [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368),
  [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369),
  [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186),
  [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
  [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967),
  [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094),
  [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378),
  [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426),
  [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(966),
  [130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0),
  [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(422),
  [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1529),
  [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(965),
  [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(387),
  [144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1500),
  [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1181),
  [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1368),
  [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1369),
  [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1186),
  [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(658),
  [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(967),
  [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476),
  [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412),
  [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322),
  [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480),
  [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413),
  [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324),
  [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517),
  [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416),
  [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339),
  [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127),
  [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417),
  [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341),
  [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152),
  [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307),
  [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184),
  [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095),
  [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420),
  [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356),
  [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052),
  [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327),
  [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070),
  [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219),
  [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423),
  [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373),
  [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226),
  [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424),
  [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375),
  [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412),
  [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427),
  [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390),
  [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437),
  [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428),
  [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392),
  [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056),
  [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431),
  [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407),
  [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060),
  [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432),
  [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409),
  [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090),
  [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435),
  [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424),
  [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996),
  [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142),
  [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433),
  [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364),
  [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532),
  [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986),
  [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399),
  [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515),
  [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079),
  [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419),
  [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420),
  [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080),
  [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734),
  [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997),
  [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(987),
  [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(429),
  [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1531),
  [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(977),
  [289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(395),
  [292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1510),
  [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1045),
  [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1402),
  [301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1403),
  [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1046),
  [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(686),
  [310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(988),
  [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315),
  [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348),
  [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404),
  [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349),
  [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(996),
  [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(433),
  [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1532),
  [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(986),
  [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(399),
  [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1515),
  [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1079),
  [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1419),
  [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1420),
  [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1080),
  [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(734),
  [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(997),
  [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446),
  [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450),
  [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987),
  [363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 3, 0, 0),
  [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
  [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531),
  [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977),
  [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395),
  [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510),
  [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045),
  [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402),
  [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403),
  [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046),
  [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686),
  [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988),
  [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171),
  [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365),
  [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176),
  [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366),
  [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491),
  [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330),
  [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264),
  [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381),
  [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268),
  [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382),
  [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243),
  [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271),
  [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494),
  [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331),
  [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035),
  [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398),
  [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038),
  [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399),
  [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041),
  [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400),
  [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498),
  [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332),
  [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477),
  [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486),
  [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069),
  [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415),
  [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072),
  [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416),
  [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075),
  [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417),
  [447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_clause, 4, 0, 0),
  [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216),
  [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347),
  [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103),
  [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432),
  [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106),
  [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433),
  [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109),
  [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434),
  [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287),
  [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383),
  [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942),
  [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308),
  [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414),
  [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527),
  [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952),
  [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379),
  [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490),
  [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503),
  [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334),
  [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335),
  [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504),
  [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881),
  [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943),
  [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112),
  [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143),
  [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976),
  [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425),
  [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530),
  [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468),
  [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974),
  [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391),
  [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505),
  [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305),
  [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385),
  [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386),
  [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306),
  [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
  [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978),
  [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474),
  [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236),
  [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492),
  [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508),
  [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047),
  [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221),
  [537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(942),
  [540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(414),
  [543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1527),
  [546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(952),
  [549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(379),
  [552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1490),
  [555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1503),
  [558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1334),
  [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1335),
  [564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1504),
  [567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(881),
  [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(943),
  [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(954),
  [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(418),
  [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1528),
  [582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(955),
  [585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(383),
  [588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1495),
  [591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1470),
  [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1351),
  [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1352),
  [600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1475),
  [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(775),
  [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(956),
  [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436),
  [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(976),
  [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(425),
  [617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1530),
  [620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(974),
  [623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(391),
  [626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1505),
  [629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1305),
  [632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1385),
  [635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1386),
  [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1306),
  [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(787),
  [644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(978),
  [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930),
  [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410),
  [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526),
  [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941),
  [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375),
  [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936),
  [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485),
  [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464),
  [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317),
  [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318),
  [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465),
  [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848),
  [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931),
  [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937),
  [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954),
  [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418),
  [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528),
  [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955),
  [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383),
  [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058),
  [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495),
  [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470),
  [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351),
  [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352),
  [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475),
  [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775),
  [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956),
  [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938),
  [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081),
  [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939),
  [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092),
  [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099),
  [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107),
  [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118),
  [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948),
  [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949),
  [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136),
  [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951),
  [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146),
  [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953),
  [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155),
  [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158),
  [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161),
  [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164),
  [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959),
  [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960),
  [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182),
  [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961),
  [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188),
  [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962),
  [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197),
  [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201),
  [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206),
  [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209),
  [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971),
  [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972),
  [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224),
  [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973),
  [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233),
  [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975),
  [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242),
  [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245),
  [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248),
  [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251),
  [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982),
  [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983),
  [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269),
  [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984),
  [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275),
  [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985),
  [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284),
  [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288),
  [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034),
  [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296),
  [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992),
  [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993),
  [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311),
  [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994),
  [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319),
  [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995),
  [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350),
  [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357),
  [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370),
  [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378),
  [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001),
  [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002),
  [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429),
  [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003),
  [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440),
  [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004),
  [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449),
  [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452),
  [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455),
  [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458),
  [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927),
  [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483),
  [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487),
  [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489),
  [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187),
  [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493),
  [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265),
  [849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418),
  [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497),
  [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421),
  [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499),
  [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501),
  [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502),
  [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064),
  [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067),
  [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124),
  [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148),
  [869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200),
  [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401),
  [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406),
  [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438),
  [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469),
  [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353),
  [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135),
  [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141),
  [885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170),
  [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964),
  [889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(930),
  [892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(410),
  [895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1526),
  [898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(941),
  [901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(375),
  [904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1485),
  [907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1464),
  [910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1317),
  [913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1318),
  [916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(1465),
  [919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(848),
  [922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_decl_repeat1, 2, 0, 0), SHIFT_REPEAT(931),
  [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175),
  [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285),
  [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177),
  [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178),
  [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179),
  [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488),
  [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496),
  [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235),
  [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259),
  [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263),
  [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518),
  [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266),
  [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277),
  [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302),
  [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303),
  [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304),
  [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925),
  [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443),
  [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471),
  [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509),
  [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220),
  [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037),
  [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228),
  [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040),
  [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307),
  [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042),
  [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043),
  [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044),
  [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088),
  [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063),
  [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066),
  [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068),
  [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134),
  [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071),
  [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149),
  [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074),
  [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185),
  [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076),
  [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077),
  [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078),
  [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097),
  [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100),
  [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102),
  [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105),
  [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316),
  [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108),
  [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926),
  [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110),
  [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1111),
  [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129),
  [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269),
  [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_function_call, 1, 0, 0),
  [1030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym_function_call, 1, 0, 0),
  [1033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(267),
  [1036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(354),
  [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
  [1041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(371),
  [1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(371),
  [1047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(295),
  [1050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(295),
  [1053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(281),
  [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267),
  [1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
  [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
  [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
  [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371),
  [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
  [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295),
  [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281),
  [1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
  [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506),
  [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512),
  [1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191),
  [1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227),
  [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291),
  [1084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
  [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345),
  [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
  [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308),
  [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
  [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498),
  [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499),
  [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
  [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
  [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expression, 3, 0, 0),
  [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expression, 3, 0, 0),
  [1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_logical_expression, 3, 0, 0),
  [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_logical_expression, 3, 0, 0),
  [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140),
  [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 0),
  [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 0),
  [1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1, 0, 0),
  [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1, 0, 0),
  [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0),
  [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0),
  [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 1, 0, 0),
  [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 1, 0, 0),
  [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3, 0, 0),
  [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3, 0, 0),
  [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0),
  [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(359),
  [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(362),
  [1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(362),
  [1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(368),
  [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(1083),
  [1149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0),
  [1151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0),
  [1153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, 0, 0),
  [1155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, 0, 0),
  [1157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0),
  [1159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0),
  [1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0),
  [1163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0),
  [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055),
  [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271),
  [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325),
  [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328),
  [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342),
  [1175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0),
  [1177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0),
  [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359),
  [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362),
  [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376),
  [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379),
  [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393),
  [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396),
  [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410),
  [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413),
  [1195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427),
  [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430),
  [1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, 0, 0),
  [1201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, 0, 0),
  [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900),
  [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512),
  [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359),
  [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362),
  [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
  [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368),
  [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083),
  [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513),
  [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227),
  [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272),
  [1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 0),
  [1225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 0),
  [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 0),
  [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 0),
  [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289),
  [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_statement, 3, 0, 0),
  [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_statement, 3, 0, 0),
  [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dim_statement, 5, 0, 0),
  [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dim_statement, 5, 0, 0),
  [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_statement, 5, 0, 0),
  [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_statement, 5, 0, 0),
  [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_statement, 5, 0, 0),
  [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_statement, 5, 0, 0),
  [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_decl, 6, 0, 2),
  [1251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_decl, 6, 0, 2),
  [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sub_decl, 6, 0, 2),
  [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sub_decl, 6, 0, 2),
  [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_stmt, 3, 0, 0),
  [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier_stmt, 3, 0, 0),
  [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_decl, 6, 0, 2),
  [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_decl, 6, 0, 2),
  [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_stmt, 3, 0, 0),
  [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyword_stmt, 3, 0, 0),
  [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372),
  [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341),
  [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373),
  [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374),
  [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051),
  [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240),
  [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 6, 0, 0),
  [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 6, 0, 0),
  [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 6, 0, 0),
  [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 6, 0, 0),
  [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_stmt, 2, 0, 0),
  [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier_stmt, 2, 0, 0),
  [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_decl, 7, 0, 2),
  [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_decl, 7, 0, 2),
  [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sub_decl, 7, 0, 2),
  [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sub_decl, 7, 0, 2),
  [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sub_decl, 7, 0, 3),
  [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sub_decl, 7, 0, 3),
  [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_decl, 7, 0, 2),
  [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_decl, 7, 0, 2),
  [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword_stmt, 2, 0, 0),
  [1311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyword_stmt, 2, 0, 0),
  [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_decl, 7, 0, 3),
  [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_decl, 7, 0, 3),
  [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 0),
  [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 0),
  [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0),
  [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0),
  [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 7, 0, 0),
  [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 7, 0, 0),
  [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 7, 0, 0),
  [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 7, 0, 0),
  [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_stmt, 2, 0, 1),
  [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_stmt, 2, 0, 1),
  [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288),
  [1339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sub_decl, 8, 0, 3),
  [1341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sub_decl, 8, 0, 3),
  [1343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_decl, 8, 0, 2),
  [1345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_decl, 8, 0, 2),
  [1347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_decl, 8, 0, 3),
  [1349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_decl, 8, 0, 3),
  [1351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 8, 0, 0),
  [1353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 8, 0, 0),
  [1355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 8, 0, 0),
  [1357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 8, 0, 0),
  [1359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dim_statement, 3, 0, 0),
  [1361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dim_statement, 3, 0, 0),
  [1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 8, 0, 0),
  [1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 8, 0, 0),
  [1367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_decl, 9, 0, 2),
  [1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_decl, 9, 0, 2),
  [1371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_decl, 9, 0, 3),
  [1373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_decl, 9, 0, 3),
  [1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 9, 0, 0),
  [1377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 9, 0, 0),
  [1379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 0),
  [1381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 0),
  [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402),
  [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
  [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 4, 0, 0),
  [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 4, 0, 0),
  [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_decl, 10, 0, 3),
  [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_decl, 10, 0, 3),
  [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 10, 0, 0),
  [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 10, 0, 0),
  [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436),
  [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80),
  [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 0),
  [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 0),
  [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 10, 0, 0),
  [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 10, 0, 0),
  [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 11, 0, 0),
  [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 11, 0, 0),
  [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, 0, 0),
  [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, 0, 0),
  [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 11, 0, 0),
  [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 11, 0, 0),
  [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 12, 0, 0),
  [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 12, 0, 0),
  [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_statement, 4, 0, 0),
  [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_statement, 4, 0, 0),
  [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_statement, 12, 0, 0),
  [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_statement, 12, 0, 0),
  [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 13, 0, 0),
  [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 13, 0, 0),
  [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 14, 0, 0),
  [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 14, 0, 0),
  [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 15, 0, 0),
  [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 15, 0, 0),
  [1447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 16, 0, 0),
  [1449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 16, 0, 0),
  [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382),
  [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90),
  [1455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(372),
  [1458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(373),
  [1461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(374),
  [1464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), SHIFT(1051),
  [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386),
  [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100),
  [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390),
  [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110),
  [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394),
  [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120),
  [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398),
  [1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
  [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 9, 0, 0),
  [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 9, 0, 0),
  [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
  [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431),
  [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273),
  [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466),
  [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
  [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505),
  [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139),
  [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474),
  [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819),
  [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899),
  [1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824),
  [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827),
  [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830),
  [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843),
  [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130),
  [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276),
  [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60),
  [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455),
  [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517),
  [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897),
  [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898),
  [1529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310),
  [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749),
  [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752),
  [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755),
  [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759),
  [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789),
  [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76),
  [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77),
  [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790),
  [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791),
  [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794),
  [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797),
  [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836),
  [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447),
  [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448),
  [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82),
  [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650),
  [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637),
  [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645),
  [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665),
  [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668),
  [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640),
  [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185),
  [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867),
  [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855),
  [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890),
  [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86),
  [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87),
  [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802),
  [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823),
  [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700),
  [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701),
  [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92),
  [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702),
  [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705),
  [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747),
  [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720),
  [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746),
  [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96),
  [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97),
  [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712),
  [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672),
  [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713),
  [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682),
  [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149),
  [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716),
  [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102),
  [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107),
  [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112),
  [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116),
  [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117),
  [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122),
  [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126),
  [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127),
  [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132),
  [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
  [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137),
  [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914),
  [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
  [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904),
  [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903),
  [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913),
  [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920),
  [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907),
  [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919),
  [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918),
  [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320),
  [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
  [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326),
  [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329),
  [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337),
  [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381),
  [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343),
  [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346),
  [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354),
  [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385),
  [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360),
  [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363),
  [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371),
  [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389),
  [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377),
  [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380),
  [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388),
  [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393),
  [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394),
  [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397),
  [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405),
  [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397),
  [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411),
  [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414),
  [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422),
  [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401),
  [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428),
  [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835),
  [1717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
  [1719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0),
  [1721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(347),
  [1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
  [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096),
  [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
  [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310),
  [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
  [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479),
  [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
  [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128),
  [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
  [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229),
  [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
  [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425),
  [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
  [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050),
  [1752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
  [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062),
  [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
  [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442),
  [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
  [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482),
  [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
  [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172),
  [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
  [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125),
  [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
  [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313),
  [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
  [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026),
  [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916),
  [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
  [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963),
  [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019),
  [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023),
  [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093),
  [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
  [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059),
  [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
  [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223),
  [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
  [1802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_param_list_repeat1, 2, 0, 0), SHIFT_REPEAT(963),
  [1805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_param_list_repeat1, 2, 0, 0),
  [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357),
  [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
  [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457),
  [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929),
  [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940),
  [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
  [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343),
  [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
  [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364),
  [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482),
  [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313),
  [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
  [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273),
  [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
  [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451),
  [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947),
  [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861),
  [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934),
  [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935),
  [1845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863),
  [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
  [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822),
  [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885),
  [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950),
  [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839),
  [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316),
  [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811),
  [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317),
  [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815),
  [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318),
  [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824),
  [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319),
  [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827),
  [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
  [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376),
  [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
  [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882),
  [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945),
  [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946),
  [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883),
  [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888),
  [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889),
  [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891),
  [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_identifier_stmt_repeat1, 2, 0, 0),
  [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_identifier_stmt_repeat1, 2, 0, 0), SHIFT_REPEAT(947),
  [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323),
  [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892),
  [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324),
  [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894),
  [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keyword_stmt_repeat1, 2, 0, 0), SHIFT_REPEAT(950),
  [1909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_keyword_stmt_repeat1, 2, 0, 0),
  [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325),
  [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749),
  [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380),
  [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
  [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326),
  [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752),
  [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776),
  [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958),
  [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384),
  [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
  [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005),
  [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777),
  [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779),
  [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780),
  [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331),
  [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782),
  [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332),
  [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
  [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333),
  [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791),
  [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334),
  [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794),
  [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016),
  [1957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param, 1, 0, 0),
  [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328),
  [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
  [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388),
  [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
  [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639),
  [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969),
  [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970),
  [1973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
  [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
  [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670),
  [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657),
  [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337),
  [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660),
  [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339),
  [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
  [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340),
  [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645),
  [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392),
  [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
  [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342),
  [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
  [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807),
  [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980),
  [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396),
  [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
  [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981),
  [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812),
  [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821),
  [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831),
  [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842),
  [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346),
  [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844),
  [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348),
  [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858),
  [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349),
  [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890),
  [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350),
  [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802),
  [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400),
  [2037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
  [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687),
  [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990),
  [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991),
  [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688),
  [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690),
  [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692),
  [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693),
  [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353),
  [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694),
  [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355),
  [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696),
  [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356),
  [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702),
  [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358),
  [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705),
  [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735),
  [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999),
  [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000),
  [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736),
  [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738),
  [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739),
  [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740),
  [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363),
  [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741),
  [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365),
  [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743),
  [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366),
  [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
  [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367),
  [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713),
  [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781),
  [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028),
  [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
  [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0),
  [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314),
  [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031),
  [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799),
  [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018),
  [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689),
  [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014),
  [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778),
  [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015),
  [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886),
  [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022),
  [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007),
  [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_list, 2, 0, 0),
  [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_list, 2, 0, 0),
  [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027),
  [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737),
  [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017),
  [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
  [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_param_list_repeat1, 2, 0, 0),
  [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_list, 3, 0, 0),
  [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_list, 3, 0, 0),
  [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032),
  [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008),
  [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
  [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param, 3, 0, 0),
  [2155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_list, 4, 0, 0),
  [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_list, 4, 0, 0),
  [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029),
  [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
  [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800),
  [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292),
  [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
  [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294),
  [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295),
  [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
  [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297),
  [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298),
  [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299),
  [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300),
  [2183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301),
  [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010),
  [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989),
  [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198),
  [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
  [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
  [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153),
  [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510),
  [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533),
  [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814),
  [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
  [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
  [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321),
  [2209] = {.entry = {.count = 1, .reusable = true}},  ACCEPT_INPUT(),
  [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817),
  [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333),
  [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336),
  [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818),
  [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340),
  [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344),
  [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513),
  [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
  [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355),
  [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516),
  [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361),
  [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367),
  [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
  [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372),
  [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374),
  [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
  [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384),
  [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387),
  [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389),
  [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391),
  [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395),
  [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020),
  [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998),
  [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825),
  [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826),
  [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280),
  [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
  [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
  [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828),
  [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829),
  [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239),
  [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833),
  [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441),
  [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837),
  [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838),
  [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444),
  [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445),
  [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189),
  [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447),
  [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448),
  [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846),
  [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849),
  [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451),
  [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850),
  [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453),
  [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454),
  [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853),
  [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456),
  [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457),
  [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862),
  [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459),
  [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460),
  [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461),
  [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462),
  [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463),
  [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039),
  [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868),
  [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
  [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
  [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869),
  [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875),
  [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876),
  [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877),
  [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878),
  [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879),
  [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880),
  [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154),
  [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192),
  [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193),
  [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151),
  [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195),
  [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196),
  [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
  [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
  [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893),
  [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
  [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281),
  [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199),
  [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895),
  [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896),
  [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257),
  [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
  [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
  [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204),
  [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205),
  [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258),
  [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
  [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
  [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750),
  [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751),
  [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157),
  [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
  [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753),
  [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754),
  [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323),
  [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756),
  [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757),
  [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758),
  [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932),
  [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761),
  [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762),
  [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763),
  [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764),
  [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765),
  [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767),
  [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768),
  [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769),
  [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770),
  [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771),
  [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772),
  [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773),
  [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774),
  [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207),
  [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208),
  [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054),
  [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
  [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
  [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210),
  [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211),
  [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212),
  [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213),
  [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214),
  [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784),
  [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006),
  [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786),
  [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788),
  [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
  [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338),
  [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968),
  [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
  [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792),
  [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793),
  [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
  [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795),
  [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796),
  [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
  [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798),
  [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748),
  [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834),
  [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
  [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840),
  [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159),
  [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841),
  [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
  [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
  [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845),
  [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847),
  [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851),
  [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852),
  [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857),
  [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859),
  [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864),
  [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866),
  [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871),
  [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873),
  [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887),
  [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
  [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160),
  [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
  [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
  [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234),
  [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073),
  [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036),
  [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
  [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237),
  [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
  [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663),
  [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238),
  [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085),
  [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240),
  [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
  [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
  [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
  [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
  [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659),
  [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241),
  [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408),
  [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
  [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667),
  [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
  [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
  [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635),
  [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636),
  [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439),
  [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641),
  [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642),
  [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
  [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
  [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648),
  [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
  [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652),
  [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
  [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
  [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
  [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656),
  [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661),
  [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
  [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
  [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449),
  [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244),
  [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
  [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
  [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
  [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246),
  [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247),
  [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467),
  [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249),
  [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854),
  [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250),
  [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860),
  [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865),
  [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
  [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
  [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025),
  [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760),
  [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783),
  [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252),
  [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
  [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813),
  [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816),
  [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
  [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832),
  [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884),
  [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766),
  [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
  [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856),
  [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253),
  [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870),
  [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
  [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
  [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872),
  [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874),
  [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
  [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801),
  [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803),
  [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804),
  [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805),
  [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806),
  [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808),
  [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809),
  [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
  [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254),
  [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255),
  [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256),
  [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021),
  [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979),
  [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133),
  [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162),
  [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695),
  [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150),
  [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697),
  [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698),
  [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
  [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163),
  [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
  [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115),
  [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116),
  [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703),
  [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
  [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704),
  [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
  [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
  [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
  [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
  [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
  [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
  [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
  [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
  [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
  [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
  [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
  [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707),
  [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144),
  [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145),
  [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710),
  [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
  [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487),
  [2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
  [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714),
  [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
  [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
  [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
  [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717),
  [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
  [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
  [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
  [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
  [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
  [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718),
  [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173),
  [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174),
  [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473),
  [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
  [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721),
  [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
  [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722),
  [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
  [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
  [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
  [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723),
  [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
  [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
  [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
  [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
  [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
  [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724),
  [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202),
  [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203),
  [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725),
  [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
  [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726),
  [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
  [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727),
  [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
  [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
  [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
  [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728),
  [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
  [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
  [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
  [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
  [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
  [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729),
  [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231),
  [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232),
  [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730),
  [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
  [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731),
  [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
  [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732),
  [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
  [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
  [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
  [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733),
  [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
  [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
  [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
  [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
  [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
  [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165),
  [2891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260),
  [2893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261),
  [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166),
  [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
  [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167),
  [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
  [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
  [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
  [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
  [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
  [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276),
  [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
  [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
  [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
  [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
  [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
  [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478),
  [2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289),
  [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290),
  [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484),
  [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
  [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742),
  [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
  [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279),
  [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
  [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
  [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
  [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744),
  [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
  [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
  [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
  [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
  [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
  [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745),
  [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049),
  [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280),
  [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168),
  [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
  [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708),
  [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681),
  [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282),
  [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283),
  [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674),
  [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680),
  [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481),
  [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683),
  [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709),
  [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719),
  [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
  [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673),
  [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675),
  [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677),
  [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678),
  [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691),
  [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699),
  [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706),
  [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711),
  [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715),
  [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676),
  [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
  [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684),
  [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685),
  [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009),
  [3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933),
  [3019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190),
  [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
  [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
  [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169),
  [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011),
  [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286),
  [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
  [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506),
  [3035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957),
  [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082),
  [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507),
  [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
  [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086),
  [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087),
  [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
  [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089),
  [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091),
  [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
  [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
  [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
  [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098),
  [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217),
  [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101),
  [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
  [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104),
  [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
  [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114),
  [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117),
  [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
  [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218),
  [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119),
  [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120),
  [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121),
  [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
  [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122),
  [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123),
  [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012),
  [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944),
  [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
  [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493),
  [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
  [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293),
  [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291),
  [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
  [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194),
  [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928),
  [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
  [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915),
  [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
  [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
  [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147),
  [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262),
  [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
  [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
  [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
  [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
  [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
  [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
  [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
  [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519),
  [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520),
  [3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521),
  [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522),
  [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523),
  [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524),
  [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525),
  [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
};

#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_lotus(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,
    .field_names = ts_field_names,
    .field_map_slices = ts_field_map_slices,
    .field_map_entries = ts_field_map_entries,
    .symbol_metadata = ts_symbol_metadata,
    .public_symbol_map = ts_symbol_map,
    .alias_map = ts_non_terminal_alias_map,
    .alias_sequences = &ts_alias_sequences[0][0],
    .lex_modes = (const void*)ts_lex_modes,
    .lex_fn = ts_lex,
    .keyword_lex_fn = ts_lex_keywords,
    .keyword_capture_token = sym_identifier,
    .primary_state_ids = ts_primary_state_ids,
    .name = "lotus",
    .max_reserved_word_set_size = 0,
    .metadata = {
      .major_version = 0,
      .minor_version = 1,
      .patch_version = 0,
    },
  };
  return &language;
}
#ifdef __cplusplus
}
#endif
